#include <stdio.h>
int main()
{
int age;
age = 19;
printf("我今年%d岁!\n", age);
return 0;
}
大小写问题吧,看着像是等号大写的样子
因为它要求输出18,你为啥写19?
是对的呀
因为你的结果和要求输出的结果不同