天天看點

text_8_3

#include<stdio.h>

int main()

{

int num = 10;

printf("%d\n",num);

return 0;

}