0_0_25048751_833.cpp:2:3: error: stray '#' in program
2.#include <cmath>
^
0_0_25048751_833.cpp:3:3: error: stray '#' in program
3.#include <iostream>
^
0_0_25048751_833.cpp:4:3: error: stray '#' in program
4.#include <cstdio>
^
0_0_25048751_833.cpp:5:3: error: stray '#' in program
5.#include <vector>
^
0_0_25048751_833.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include <cmath>
^
0_0_25048751_833.cpp:7:1: error: expected unqualified-id before numeric constant
7.
^
0_0_25048751_833.cpp:9:1: error: expected unqualified-id before numeric constant
9.const int maxn = 210;
^
0_0_25048751_833.cpp:10:1: error: expected unqualified-id before numeric constant
10.const int maxm = 50010;
^
0_0_25048751_833.cpp:11:1: error: expected unqualified-id before numeric constant
11.int m , n , q , color[15] , father[maxm] , vis[maxm];
^
0_0_25048751_833.cpp:12:1: error: expected unqualified-id before numeric constant
12.struct Node{
^
|