360为啥这么垃圾呢?
#include <stdio.h> #include <math.h>
int main(void)
{
int number = -1234;
printf("number: %d absolute value: %d\n", number, abs(number));
return 0;
}
我写了这个代码 报错了
2011-08-18 18:12
2011-08-18 18:19
2011-08-18 18:38
2011-08-18 18:56
2011-08-18 21:38
2011-08-18 23:47
2011-08-19 07:51
2011-08-19 08:39
2011-08-19 08:57
2011-08-19 09:58