0_0_37054262_25161.cpp:1:3: error: stray '#' in program
1 #include <bits/stdc++.h>
^
0_0_37054262_25161.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include <bits/stdc++.h>
^
0_0_37054262_25161.cpp:3:2: error: expected unqualified-id before numeric constant
3 typedef long long LL;
^
0_0_37054262_25161.cpp:4:2: error: expected unqualified-id before numeric constant
4 const int N=1e5+10;
^
0_0_37054262_25161.cpp:5:2: error: expected unqualified-id before numeric constant
5 const int INF=0x3f3f3f3f;
^
0_0_37054262_25161.cpp:6:2: error: expected unqualified-id before numeric constant
6 int cas=1,T;
^
0_0_37054262_25161.cpp:7:2: error: expected unqualified-id before numeric constant
7 int n,c;
^
0_0_37054262_25161.cpp:8:2: error: expected unqualified-id before numeric constant
8 struct stu
^
|