用C-Free运行3个错误
#include<stdin.h>#define PRICE 30;
void main()
{
int num, total;
num = 10;
total = num * PRICE;
printf("total = %d\n",total);
}
2012-09-12 20:09
2012-09-12 20:40
2012-09-12 20:43
2012-09-12 20:48

2012-09-12 20:53
2012-09-12 21:23
2012-09-12 21:34
2012-09-12 21:44
2012-09-12 21:49

2012-09-12 21:59