#include <stdio.h>
int main()
{
int age=18 /*这里定义年龄*/
printf("我今年%d岁!\n", age);
return 0;
}
在18后面漏了分号o( ̄▽ ̄)d
在18后面漏了分号