为什么不能输出小明今年18岁
因为你连问题的题干都没有我们给你解答个鸟
#include <stdio.h>
int main()
{
int age = 18;
printf("小明今年%d岁\n", age);
return 0;
}