12345
hello.c: In function 'main': hello.c:5:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'age' age=18%d ^~~ hello.c:5:5: error: 'age' undeclared (first use in this function) hello.c:5:5: note: each undeclared identifier is reported only once for each function it appears in hello.c:5:12: error: 'd' undeclared (first use in this function) age=18%d ^ hello.c:6:5: error: expected ';' before 'printf' printf("我今年%d岁!\n", age)