0_0_39707530_17674.cpp:1:4: error: stray '#' in program
1 | 1 #include <stdio.h>
| ^
0_0_39707530_17674.cpp:2:4: error: stray '#' in program
2 | 2 #include <string.h>
| ^
0_0_39707530_17674.cpp:3:4: error: stray '#' in program
3 | 3 #include <iostream>
| ^
0_0_39707530_17674.cpp:4:4: error: stray '#' in program
4 | 4 #include <string>
| ^
0_0_39707530_17674.cpp:5:4: error: stray '#' in program
5 | 5 #include <math.h>
| ^
0_0_39707530_17674.cpp:6:4: error: stray '#' in program
6 | 6 #include <algorithm>
| ^
0_0_39707530_17674.cpp:7:4: error: stray '#' in program
7 | 7 #include <vector>
| ^
0_0_39707530_17674.cpp:8:4: error: stray '#' in program
8 | 8 #include <stack>
| ^
0_0_39707530_17674.cpp:9:4: error: stray '#' in program
9 | 9 #include <queue>
| ^
0_0_39707530_17674.cpp:10:4: error: stray '#' in program
10 | 10 #include <set>
| ^
0_0_39707530_17674.cpp:11:4: error: stray '#' in program
11 | 11 #include <map>
| ^
0_0_39707530_17674.cpp:12:4: error: stray '#' in program
12 | 12 #include <sstream>
| ^
0_0_39707530_17674.cpp:49:8: error: stray '#' in program
49 | 49 #ifdef DEBUG
| ^
0_0_39707530_17674.cpp:51:8: error: stray '#' in program
51 | 51 #endif
| ^
0_0_39707530_17674.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include <stdio.h>
| ^
0_0_39707530_17674.cpp:14:1: error: expected unqualified-id before numeric constant
14 | 14 typedef long long LL;
| ^~
0_0_39707530_17674.cpp:15:1: error: expected unqualified-id before numeric constant
15 | 15 const double eps =1e-8;
| ^~
0_0_39707530_17674.cpp:16:1: error: expected unqualified-id before numeric constant
16 | 16 const int mod=1e9+7;
| ^~
0_0_39707530_17674.cpp:17:1: error: expected unqualified-id before numeric constant
17 | 17 const int maxn=1e5+10;
| ^~
0_0_39707530_17674.cpp:18:1: error: expected unqualified-id before numeric constant
18 | 18 using namespace std;
| ^~
0_0_39707530_17674.cpp:19:1: error: expected unqualified-id before numeric constant
19 | 19
| ^~
0_0_39707530_17674.cpp:24:5: error: 'E' does not name a type
24 | 24 }E[maxn];
| ^
0_0_39707530_17674.cpp:25:1: error: expected unqualified-id before numeric constant
25 | 25 int head[maxn];
| ^~
0_0_39707530_17674.cpp:26:1: error: expected unqualified-id before numeric constant
26 | 26 int tot;
| ^~
0_0_39707530_17674.cpp:27:1: error: expected unqualified-id before numeric constant
27 | 27 void add(int u,int v)
| ^~
0_0_39707530_17674.cpp:33:1: error: expected unqualified-id before numeric constant
33 | 33
| ^~
0_0_39707530_17674.cpp:35:1: error: expected unqualified-id before numeric constant
35 | 35 vector<int> ans;
| ^~
0_0_39707530_17674.cpp:36:1: error: expected unqualified-id before numeric constant
36 | 36 int in[maxn];
| ^~
0_0_39707530_17674.cpp:37:1: error: expected unqualified-id before numeric constant
37 | 37
| ^~
0_0_39707530_17674.cpp:46:1: error: expected unqualified-id before numeric constant
46 | 46
| ^~
|