#include<stdio.h>
int main()
{
int age=18;
printf("小明今年%d岁。\n",age);
return 0;
}
是不是我智商有点低,问题可以稍微详细一点吗?