| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 3339 | 高尚 | 陶陶摘苹果 | C++ | Time Limit Exceeded | 0 | 1000 MS | 244 KB | 218 | 2019-12-15 19:49:04 |
#include<iostream> using namespace std; int main(){ int a[11]={0}; int b,r=0; for(int i=1;1<=10;i++){ cin>>a[i]; } cin>>b; for(int i=1;i=10;i++){ if(a[i]<=b+30) r++; } cout<<r; return 0; }