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