比赛 |
EYOI暨SBOI暑假快乐赛6th |
评测结果 |
WWWWWWAW |
题目名称 |
软件补丁 |
最终得分 |
12 |
用户昵称 |
cb |
运行时间 |
0.000 s |
代码语言 |
C++ |
内存使用 |
0.00 MiB |
提交时间 |
2022-06-30 10:46:23 |
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main () {
freopen ("bugs.in", "r", stdin);
freopen ("bugs.out", "w", stdout);
printf ("-1\n");
return 0;
}