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