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