0_0_13705243_25419.cpp:2:4: error: stray '#' in program
3 #include <cstring>
^
0_0_13705243_25419.cpp:3:4: error: stray '#' in program
4 #include <algorithm>
^
0_0_13705243_25419.cpp:2:2: error: expected unqualified-id before numeric constant
3 #include <cstring>
^
0_0_13705243_25419.cpp:5:2: error: expected unqualified-id before numeric constant
6
^
0_0_13705243_25419.cpp:7:2: error: expected unqualified-id before numeric constant
8 LL a[210];
^
0_0_13705243_25419.cpp:8:2: error: expected unqualified-id before numeric constant
9 LL b[210];
^
0_0_13705243_25419.cpp:9:1: error: expected unqualified-id before numeric constant
10 LL c[210];
^
0_0_13705243_25419.cpp:10:1: error: expected unqualified-id before numeric constant
11 LL f[202*202];
^
0_0_13705243_25419.cpp:11:1: error: expected unqualified-id before numeric constant
12 LL g[202*202];
^
0_0_13705243_25419.cpp:12:1: error: expected unqualified-id before numeric constant
13 int num;
^
0_0_13705243_25419.cpp:13:1: error: expected unqualified-id before numeric constant
14
^
|