0_0_39007412_23684.cpp:2:4: error: stray '#' in program
2 | 2 #include <cstdio>
| ^
0_0_39007412_23684.cpp:3:4: error: stray '#' in program
3 | 3 #include <cstring>
| ^
0_0_39007412_23684.cpp:4:4: error: stray '#' in program
4 | 4 #include <iostream>
| ^
0_0_39007412_23684.cpp:5:4: error: stray '#' in program
5 | 5 #include <algorithm>
| ^
0_0_39007412_23684.cpp:2:2: error: expected unqualified-id before numeric constant
2 | 2 #include <cstdio>
| ^
0_0_39007412_23684.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 7 int father[200200];
| ^
0_0_39007412_23684.cpp:8:2: error: expected unqualified-id before numeric constant
8 | 8 int n, m;
| ^
0_0_39007412_23684.cpp:9:2: error: expected unqualified-id before numeric constant
9 | 9 struct rode
| ^
0_0_39007412_23684.cpp:12:6: error: 'num' does not name a type; did you mean 'enum'?
12 | 12 } num[200200], shu[200200];
| ^~~
| enum
0_0_39007412_23684.cpp:13:1: error: expected unqualified-id before numeric constant
13 | 13
| ^~
0_0_39007412_23684.cpp:18:1: error: expected unqualified-id before numeric constant
18 | 18
| ^~
0_0_39007412_23684.cpp:23:1: error: expected unqualified-id before numeric constant
23 | 23
| ^~
0_0_39007412_23684.cpp:29:1: error: expected unqualified-id before numeric constant
29 | 29
| ^~
0_0_39007412_23684.cpp:37:1: error: expected unqualified-id before numeric constant
37 | 37
| ^~
0_0_39007412_23684.cpp:50:1: error: expected unqualified-id before numeric constant
50 | 50
| ^~
|