0_0_16976979_20167.cpp:2:4: error: stray '#' in program
2 #include<cstdio>
^
0_0_16976979_20167.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_16976979_20167.cpp:4:4: error: stray '#' in program
4 #include<algorithm>
^
0_0_16976979_20167.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_16976979_20167.cpp:6:2: error: expected unqualified-id before numeric constant
6 typedef long long LL;
^
0_0_16976979_20167.cpp:7:2: error: expected unqualified-id before numeric constant
7 const int maxn=1010101;
^
0_0_16976979_20167.cpp:8:2: error: expected unqualified-id before numeric constant
8
^
0_0_16976979_20167.cpp:10:1: error: expected unqualified-id before numeric constant
10 int cnt[33];
^
0_0_16976979_20167.cpp:11:1: error: expected unqualified-id before numeric constant
11 int k;
^
0_0_16976979_20167.cpp:12:1: error: expected unqualified-id before numeric constant
12
^
0_0_16976979_20167.cpp:16:1: error: expected unqualified-id before numeric constant
16
^
|