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