#include <stdio.h>int main(){ int age = 18; /*这里定义年龄*/ printf("我今年%d岁!\n", age); return 0; }
可以的 没问题 不信在编译器上试试 别用他这个
哪报错?