#include <stdio.h>int main(){ int age;age=18;/*这里定义年龄*/ printf("我今年%d岁!\n", age); return 0; }
双引号位置!你仔细看!你把age变量包进来了