比赛 2025暑期集训第5场图论专场 评测结果 WWWWWWWWWWW
题目名称 激光 最终得分 0
用户昵称 Ruyi 运行时间 0.033 s
代码语言 C++ 内存使用 3.63 MiB
提交时间 2025-07-09 11:51:39
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
    freopen("lasers.in","r",stdin);
    freopen("lasers.out","w",stdout);
	cout<<-1<<endl;
	return 0;
}