0_0_38784554_31132.cpp:42:2: error: stray '#' in program
42 | }#include <bits/stdc++.h>
| ^
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:12: error: 'bits' was not declared in this scope
42 | }#include <bits/stdc++.h>
| ^~~~
0_0_38784554_31132.cpp:42:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
42 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38784554_31132.cpp:42:3: error: 'include' does not name a type
42 | }#include <bits/stdc++.h>
| ^~~~~~~
0_0_38784554_31132.cpp:44:11: error: redefinition of 'const int mx'
44 | const int mx = 1e5+10;
| ^~
0_0_38784554_31132.cpp:3:11: note: 'const int mx' previously defined here
3 | const int mx = 1e5+10;
| ^~
0_0_38784554_31132.cpp:45:5: error: redefinition of 'int fa [100010]'
45 | int fa[mx];
| ^~
0_0_38784554_31132.cpp:4:5: note: 'int fa [100010]' previously declared here
4 | int fa[mx];
| ^~
0_0_38784554_31132.cpp:46:5: error: redefinition of 'int Get(int)'
46 | int Get(int x){
| ^~~
0_0_38784554_31132.cpp:5:5: note: 'int Get(int)' previously defined here
5 | int Get(int x){
| ^~~
0_0_38784554_31132.cpp:50:6: error: redefinition of 'void Solve()'
50 | void Solve(){
| ^~~~~
0_0_38784554_31132.cpp:9:6: note: 'void Solve()' previously defined here
9 | void Solve(){
| ^~~~~
0_0_38784554_31132.cpp:75:5: error: redefinition of 'int main()'
75 | int main(){
| ^~~~
0_0_38784554_31132.cpp:34:5: note: 'int main()' previously defined here
34 | int main(){
| ^~~~
|