Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
52072 zhangsicun 陶陶摘苹果 C++ 通过 0 MS 236 KB 274 2024-09-27 15:34:05

Tests(1/1):


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


测评信息: