0_0_39548861_26299.cpp:91:2: error: stray '#' in program
91 | }#include <iostream>
| ^
0_0_39548861_26299.cpp:91:3: error: 'include' does not name a type
91 | }#include <iostream>
| ^~~~~~~
0_0_39548861_26299.cpp:100:5: error: redefinition of 'int n'
100 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:10:5: note: 'int n' previously declared here
10 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:100:7: error: redefinition of 'int m'
100 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:10:7: note: 'int m' previously declared here
10 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:100:9: error: redefinition of 'int l'
100 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:10:9: note: 'int l' previously declared here
10 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:100:11: error: redefinition of 'int r'
100 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:10:11: note: 'int r' previously declared here
10 | int n,m,l,r;
| ^
0_0_39548861_26299.cpp:101:5: error: redefinition of 'int ci [50050]'
101 | int ci[50050];
| ^~
0_0_39548861_26299.cpp:11:5: note: 'int ci [50050]' previously declared here
11 | int ci[50050];
| ^~
0_0_39548861_26299.cpp:102:5: error: redefinition of 'int vis [50050]'
102 | int vis[50050];
| ^~~
0_0_39548861_26299.cpp:12:5: note: 'int vis [50050]' previously declared here
12 | int vis[50050];
| ^~~
0_0_39548861_26299.cpp:103:5: error: redefinition of 'int tis [50050][2]'
103 | int tis[50050][2];
| ^~~
0_0_39548861_26299.cpp:13:5: note: 'int tis [50050][2]' previously declared here
13 | int tis[50050][2];
| ^~~
0_0_39548861_26299.cpp:104:12: error: redefinition of 'std::queue<int> que'
104 | queue<int> que;
| ^~~
0_0_39548861_26299.cpp:14:12: note: 'std::queue<int> que' previously declared here
14 | queue<int> que;
| ^~~
0_0_39548861_26299.cpp:105:13: error: redefinition of 'std::vector<int> str [100500]'
105 | vector<int> str[100500];
| ^~~
0_0_39548861_26299.cpp:15:13: note: 'std::vector<int> str [100500]' previously defined here
15 | vector<int> str[100500];
| ^~~
0_0_39548861_26299.cpp:107:6: error: redefinition of 'void init()'
107 | void init()
| ^~~~
0_0_39548861_26299.cpp:17:6: note: 'void init()' previously defined here
17 | void init()
| ^~~~
0_0_39548861_26299.cpp:121:5: error: redefinition of 'int main()'
121 | int main()
| ^~~~
0_0_39548861_26299.cpp:31:5: note: 'int main()' previously defined here
31 | int main()
| ^~~~
|