#include <stdio.h>
int main()
{
int age=18;/*这里定义年龄*/
printf("我今年%d岁!\n", age);
return 0;
}
兄弟,int age=18; 这里你用的中文分号 换成英文分号 在c语言中这些符号你需要把输入法切换到英文状态才行