| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 79885 | sh25_zhoumy | 陶陶摘苹果 | C++ | 解答错误 | 0 MS | 252 KB | 256 | 2026-01-04 14:50:11 |
#include<bits/stdc++.h> using namespace std; int main() { int x=10,sum=0,h; h+=30; int a[x]; for(int i=0;i<x;i++){ cin>>a[i]; cin>>h; if(a[i]<=h){ sum++; } } cout<<sum; return 0; }