比赛 4043级NOIP2022欢乐赛2nd 评测结果 WAWWWWWWWW
题目名称 奶牛排队 最终得分 10
用户昵称 Lfc_HeSn 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2022-10-31 21:07:38
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main() {
	freopen("layout.in", "r", stdin);
	freopen("layout.out", "w", stdout);
	cout << -1;
	return 0;
}