| 记录编号 | 26545 | 评测结果 | RRRRRRRRRR | ||
|---|---|---|---|---|---|
| 题目名称 | 570.准备工作 | 最终得分 | 0 | ||
| 用户昵称 | 是否通过 | 未通过 | |||
| 代码语言 | C++ | 运行时间 | 0.004 s | ||
| 提交时间 | 2011-07-25 11:58:00 | 内存使用 | 0.27 MiB | ||
#include <iostream>
#include <cstdio>
#include <cstdlib>
using namespace std;
int main()
{
freopen("exists.in","r",stdin);
freopen("exists.out","w",stdout);
printf("-1");
return 0;
}