| 比赛 | 十一中校庆欢乐赛 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 陶陶摘苹果 | 最终得分 | 0 |
| 用户昵称 | Golden Dawn | 运行时间 | 0.017 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2014-10-23 19:54:07 | ||
#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;
cin>>A[1]>>A[2]>>A[3]>>A[4]>>A[5]>>A[6]>>A[7]>>A[8]>>A[9]>>A[10];
cin>>h;
cout<<4;
return 0;
}