#include <stdio.h>
int main()
{
int age;
age=18; /*这里定义年龄*/
printf("我今年%d岁!\n", age);
return 0;
}
第6行()里面""明显错了,你那个是中文的引号,输入法改成英文就好了