0_0_14901012_31721.cpp:2:4: error: stray '#' in program
8 #include <stdio.h>
^
0_0_14901012_31721.cpp:3:4: error: stray '#' in program
9 #include <algorithm>
^
0_0_14901012_31721.cpp:2:2: error: expected unqualified-id before numeric constant
8 #include <stdio.h>
^
0_0_14901012_31721.cpp:5:1: error: expected unqualified-id before numeric constant
11
^
0_0_14901012_31721.cpp:8:5: error: 'data' does not name a type
14 }data[5005];
^
0_0_14901012_31721.cpp:9:1: error: expected unqualified-id before numeric constant
15
^
0_0_14901012_31721.cpp:11:1: error: expected unqualified-id before numeric constant
17 void make_set(int n)
^
0_0_14901012_31721.cpp:16:1: error: expected unqualified-id before numeric constant
22 int find_set(int x)
^
0_0_14901012_31721.cpp:22:1: error: expected unqualified-id before numeric constant
28 int union_set(int x,int y)
^
0_0_14901012_31721.cpp:31:1: error: expected unqualified-id before numeric constant
37 bool cmp(node a,node b)
^
0_0_14901012_31721.cpp:35:1: error: expected unqualified-id before numeric constant
41 int main()
^
|