0_0_13730029_10985.cpp:2:4: error: stray '#' in program
2 #include <cstring>
^
0_0_13730029_10985.cpp:3:4: error: stray '#' in program
3 #include <iostream>
^
0_0_13730029_10985.cpp:4:4: error: stray '#' in program
4 #include <algorithm>
^
0_0_13730029_10985.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cstring>
^
0_0_13730029_10985.cpp:6:2: error: expected unqualified-id before numeric constant
6
^
0_0_13730029_10985.cpp:8:2: error: expected unqualified-id before numeric constant
8 const int M = 100010;
^
0_0_13730029_10985.cpp:9:2: error: expected unqualified-id before numeric constant
9
^
0_0_13730029_10985.cpp:14:1: error: expected unqualified-id before numeric constant
14
^
0_0_13730029_10985.cpp:16:1: error: expected unqualified-id before numeric constant
16 bool is_zero[N][N];
^
0_0_13730029_10985.cpp:17:1: error: expected unqualified-id before numeric constant
17
^
|