| 比赛 | 20150422 | 评测结果 | AWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 马拉松 | 最终得分 | 10 |
| 用户昵称 | Ra-xp | 运行时间 | 0.002 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2015-04-22 11:54:56 | ||
#include<iostream>
#include<fstream>
#include<string>
#define MAXN 10000
using namespace std;
int main()
{
freopen("marathona.in","r",stdin);
freopen("marathona.out","w",stdout);
cout<<11<<endl;
cout<<8<<endl;
cout<<8<<endl;
return 0;
}