0_0_25086219_31206.cpp:1:3: error: stray '#' in program
1.#include <cstdio>
^
0_0_25086219_31206.cpp:2:3: error: stray '#' in program
2.#include <algorithm>
^
0_0_25086219_31206.cpp:3:3: error: stray '#' in program
3.#include <cstring>
^
0_0_25086219_31206.cpp:4:3: error: stray '#' in program
4.#include <bitset>
^
0_0_25086219_31206.cpp:5:3: error: stray '#' in program
5.#include <vector>
^
0_0_25086219_31206.cpp:6:3: error: stray '#' in program
6.#include <cstdlib>
^
0_0_25086219_31206.cpp:7:3: error: stray '#' in program
7.#include <iostream>
^
0_0_25086219_31206.cpp:8:3: error: stray '#' in program
8.#include <cmath>
^
0_0_25086219_31206.cpp:1:1: error: expected unqualified-id before numeric constant
1.#include <cstdio>
^
0_0_25086219_31206.cpp:10:1: error: expected unqualified-id before numeric constant
10.
^
0_0_25086219_31206.cpp:13:1: error: expected unqualified-id before numeric constant
13.int n, m;
^
0_0_25086219_31206.cpp:14:1: error: expected unqualified-id before numeric constant
14.const int maxn = 1010;
^
0_0_25086219_31206.cpp:15:1: error: expected unqualified-id before numeric constant
15.char s[maxn][maxn];
^
0_0_25086219_31206.cpp:16:1: error: expected unqualified-id before numeric constant
16.
^
|