记录编号 | 131107 | 评测结果 | WWWWWWWWWW | ||
---|---|---|---|---|---|
题目名称 | [NOIP 2005]陶陶摘苹果 | 最终得分 | 0 | ||
用户昵称 | Golden Dawn | 是否通过 | 未通过 | ||
代码语言 | C++ | 运行时间 | 0.003 s | ||
提交时间 | 2014-10-23 20:50:54 | 内存使用 | 0.31 MiB | ||
#include<iostream> #include<stdio.h> #include<algorithm> using namespace std; int main(){ freopen("apple.in","r",stdin); freopen("apple.out","w",stdout); int A[11],h,i,q; cin>>A[1]>>A[2]>>A[3]>>A[4]>>A[5]>>A[6]>>A[7]>>A[8]>>A[9]>>A[10]; cin>>h; for(i=1;i<11;i++) if(h+30>=A[i]) cout<<4; return 0; }