1046 陶陶摘苹果

P1046 [NOIP2005 普及组] 陶陶摘苹果

呜哩哇啦QAQ @ 2017-08-09 15:44:30

#include <iostream>
using namespace std;
int height[20],H,s;
int main()
{
    for(int i=0;i<10;i++)cin >> height[i];
    cin >> H;
    H += 30;
    for(int i=0;i<10;i++)s+=!(H<height[i]);
    cout << s;
}

by 中2少年雷耶斯 @ 2017-08-09 16:07:48

哇!%%%大佬!


|