#include<studio.h> int main() { int a = 10; printf("a=%d\n",a); return 0; } 继续学C,感觉还不错