码迷,mamicode.com
首页 > 其他好文 > 详细

南阳455

时间:2017-02-02 12:14:02      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:color   style   include   printf   scan   logs   int   nbsp   div   

 1 #include<stdio.h>
 2 int main()
 3 {
 4     int n,m;
 5     scanf("%d",&n);
 6     while(n--)
 7     {
 8         scanf("%d",&m);
 9         printf("%d\n",m);
10     }
11 }

 

南阳455

标签:color   style   include   printf   scan   logs   int   nbsp   div   

原文地址:http://www.cnblogs.com/qq188380780/p/6361031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!