| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 79879 | sh25_zhoumy | 陶陶摘苹果 | C++ | Wrong Answer | 0 MS | 244 KB | 256 | 2026-01-04 14:49:37 |
#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; }