#include<stdio.h>
int main()
{
int age=18;
printf("我今年%d岁!\n", age);
return 0;
}
都是正确的呀,没有错误 望采纳
哦哦哦 我找到错误了=.=