比赛 | 十一中校庆欢乐赛 | 评测结果 | AWWWWWWWAW |
---|---|---|---|
题目名称 | 陶陶摘苹果 | 最终得分 | 20 |
用户昵称 | 微凉徒眸意 | 运行时间 | 0.009 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2014-10-23 19:54:22 | ||
#include<iostream> #include<cstdio> using namespace std; int main(){ freopen("apple.in","r",stdin); freopen("apple.out","w",stdout); int a,b,c,d,e,f,g,h,i,j,k; cin>>a>>b>>c>>d>>e>>f>>g>>h>>i>>j; cout<<"5"<<endl; return 0; }