dyn.cpp:1:3: error: stray '#' in program
1 | 1 #include<cstdio>
| ^
dyn.cpp:2:4: error: stray '#' in program
2 | 2 #include<cstring>
| ^
dyn.cpp:3:4: error: stray '#' in program
3 | 3 #include<algorithm>
| ^
dyn.cpp:1:1: error: expected unqualified-id before numeric constant
1 | 1 #include<cstdio>
| ^
dyn.cpp:5:2: error: expected unqualified-id before numeric constant
5 | 5 const int N=300005,inf=0x3f3f3f3f;
| ^
dyn.cpp:6:2: error: expected unqualified-id before numeric constant
6 | 6 int p[N],noww[2*N],goal[2*N];
| ^
dyn.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 7 int imp[N],unc[N],cov[N];
| ^
dyn.cpp:8:2: error: expected unqualified-id before numeric constant
8 | 8 int n,m,t1,t2,cnt,tot,l,r,mid,ans;
| ^
dyn.cpp:9:2: error: expected unqualified-id before numeric constant
9 | 9 void link(int f,int t)
| ^
dyn.cpp:14:1: error: expected unqualified-id before numeric constant
14 | 14 void DFS(int nde,int fth)
| ^~
dyn.cpp:28:1: error: expected unqualified-id before numeric constant
28 | 28 bool check(int x)
| ^~
dyn.cpp:33:1: error: expected unqualified-id before numeric constant
33 | 33 int main ()
| ^~
dyn.cpp:52:2: error: 'View' does not name a type
52 | View Code
| ^~~~