0_0_38728049_7295.cpp:26:2: error: stray '#' in program
26 | }#include<bits/stdc++.h>
| ^
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:11: error: 'bits' was not declared in this scope
26 | }#include<bits/stdc++.h>
| ^~~~
0_0_38728049_7295.cpp:26:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
26 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38728049_7295.cpp:26:3: error: 'include' does not name a type
26 | }#include<bits/stdc++.h>
| ^~~~~~~
0_0_38728049_7295.cpp:39:6: error: redefinition of 'void solve()'
39 | void solve() {
| ^~~~~
0_0_38728049_7295.cpp:14:6: note: 'void solve()' previously defined here
14 | void solve() {
| ^~~~~
0_0_38728049_7295.cpp:46:5: error: redefinition of 'int main()'
46 | int main() {
| ^~~~
0_0_38728049_7295.cpp:21:5: note: 'int main()' previously defined here
21 | int main() {
| ^~~~
|