鱼C论坛's Archiver
论坛
›
新手乐园
› 求助,用的c-free 5.0,为什么一直报错啊?
卡心。
发表于 2019-11-1 03:40:51
求助,用的c-free 5.0,为什么一直报错啊?
#include<stdio.h>
#define x 30
void main( )
{
int num, total;
num =10;
total = num*x;
printf("total = %d\n",total)
}
jackz007
发表于 2019-11-1 11:30:52
错误信息呢?
lovepipi
发表于 2019-11-1 12:02:25
printf少了个分号
页:
[1]
查看完整版本:
求助,用的c-free 5.0,为什么一直报错啊?