Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
52067 张思存 陶陶摘苹果 C++ 解答错误 0 MS 248 KB 211 2024-09-27 15:29:29

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ int a,m,num=0; cin>>m; m+=30; for(int i=0;i<10;i++){ cin>>a; if(a<m||a==m){ num += 1; } } cout<<num; return 0; }


测评信息:

输入

100 200 150 140 129 134 167 198 200 111
110

输出

3

答案

5

系统信息

exit code: 0, checker exit code: 0