题解
2023-08-17 13:55:03
发布于:广东
1阅读
0回复
0点赞
#include <iostream>
using namespace std;
int height[20],n,s;
int main()
{
    for(int i=0;i<10;i++) cin >> height[i];
    cin >> n;
    n += 30;
    for(int i=0;i<10;i++)s+=!(n<height[i]);
    cout << s;
}
这里空空如也


有帮助,赞一个