答案

诺言  •  12天前


include

using namespace std; int main() { int h,a,tot=0; cin>>h; for(int i=1; i<=10; i++) { cin>>a; if(a<=h+30) tot++; } cout<<tot<<endl; return 0; }


评论:

请先登录,才能进行评论