重学C语言

2020-12-13 16:22

阅读:379

标签:main   style   class   turn   bsp   return   int   nbsp   clu   

重学C语言

 1 #include  2 
 3 int main()
 4 {
 5     int age = 10;
 6     int height = 72;
 7     
 8     printf("I am %d year old.\n",age);
 9     printf("I am %d inches tall.\n",height);
10     
11     return 0;
12 }

 

重学C语言

标签:main   style   class   turn   bsp   return   int   nbsp   clu   

原文地址:https://www.cnblogs.com/chensimin1990/p/11619284.html


评论


亲,登录后才可以留言!