| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 2911 | 季洁 | 陶陶摘苹果 | C++ | Accepted | 100 | 0 MS | 256 KB | 222 | 2019-12-08 16:08:53 |
#include<iostream> using namespace std; int main(){ int a[10],tkj,zs=0; for(int i=0;i<=9;i++){ cin>>a[i]; } cin>>tkj; for(int i=0;i<=9;i++){ if(a[i]<=tkj+30){ zs++; } } cout<<zs; return 0; }