#include <cstdlib> void abort(); abort causes abnormal program termination. #include <cstdlib> int abs(int num); abs returns the absolute value of the ...
確定! 回上一頁