比赛 |
2025暑期集训第5场图论专场 |
评测结果 |
AWWWWWWWWWW |
题目名称 |
激光 |
最终得分 |
9 |
用户昵称 |
二乾五 |
运行时间 |
0.029 s |
代码语言 |
C++ |
内存使用 |
3.62 MiB |
提交时间 |
2025-07-09 11:40:23 |
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define copy(a,b) copy(begin(a),end(a),begin(b))
#define ld long double
#define dot(x) fixed<<setprecision(x)
#define foru(a,b,c) for(ll a=b;a<=c;a++)
#define N 100005
struct mirror{
ll x,y;
}a[N];
ll n,xs,ys,xe,ye;
int main(){
#ifndef bendibianyi
#ifndef ONLINE_JUDGE
freopen("lasers.in" ,"r",stdin );
freopen("lasers.out","w",stdout);
#endif
#endif
cout<<1;
return 0;
}