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

luogu 1046

时间:2018-01-22 19:12:20      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:main   ret   pos   blog   body   printf   print   模拟   div   

简单模拟。

#include"cstdio"
int main()
{
    int a[10],h,ans=0;
    for(int i=0; i<10; i++) scanf("%d",&a[i]);
    scanf("%d",&h);
    for(int i=0; i<10; i++) if(a[i]-30<=h) ans++;
    printf("%d",ans);
    return 0;
}

 

luogu 1046

标签:main   ret   pos   blog   body   printf   print   模拟   div   

原文地址:https://www.cnblogs.com/TrassBlose/p/8329983.html

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