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

南阳理工----奋斗的小蜗牛

时间:2014-07-29 12:15:06      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:io   amp   return   print   mat   include   main   ca   

#include<stdio.h>
#include<math.h>
int main()
{
   int t,h;
   int n;
   double n1;
   scanf("%d",&t);
   while(t--)
   {
      n=0;
      scanf("%d",&h);
      if(h<=10)
       printf("%d\n",n+1);
      if(h>10)
      {     

      n1=(h-10)/5.0+1;
        n=ceil(n1);
       printf("%d\n",n);
      }
   }
 return 0;
}

南阳理工----奋斗的小蜗牛,布布扣,bubuko.com

南阳理工----奋斗的小蜗牛

标签:io   amp   return   print   mat   include   main   ca   

原文地址:http://www.cnblogs.com/qq11/p/3874661.html

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