#33197: cpp ans


yp11151025@yphs.tp.edu.tw (803-23江紘宇)

學校 : 臺北市私立延平高級中學
編號 : 196814
來源 : [203.72.178.1]
最後登入時間 :
2024-01-15 16:38:36
b138. NOIP2005 1.陶陶摘苹果 -- NOIP2005普及組 | From: [203.72.178.2] | 發表日期 : 2022-12-09 13:44

#include<iostream>
using namespace std;
int main(){
int a[10],h;
for (int i=0;i<=9;i++){
cin >> a[i];
}
cin>>h;
int ans=0;
for(int i=0;i<10;i++){
if (a[i]<=h+30){
ans++;
}
}
cout << ans <<endl;
}

 
ZeroJudge Forum