| 比赛 | 平凡的题目 | 评测结果 | WWWWW |
|---|---|---|---|
| 题目名称 | 平凡的皮卡丘 | 最终得分 | 0 |
| 用户昵称 | shooter | 运行时间 | 0.001 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2015-11-03 09:46:56 | ||
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
freopen("both.in","r",stdin);
freopen("both.out","w",stdout);
cout<<"-1";
return 0;
fclose(stdin);
fclose(stdout);
}