#include <stdlib.h>
int abs(int j);
#include <stdio.h>
#include <stdlib.h>
int main()
{
int result;
result = abs(-123);
printf ("|-123| = %d\n", result);
return 0;
}
/abs
|-123| = 123
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |