0_0_39067661_7497.cpp:23:2: error: stray '#' in program
23 | }#include <bits/stdc++.h>
| ^
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:12: error: 'bits' was not declared in this scope
23 | }#include <bits/stdc++.h>
| ^~~~
0_0_39067661_7497.cpp:23:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
23 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_39067661_7497.cpp:23:3: error: 'include' does not name a type
23 | }#include <bits/stdc++.h>
| ^~~~~~~
0_0_39067661_7497.cpp:25:6: error: redefinition of 'void solve()'
25 | void solve() {
| ^~~~~
0_0_39067661_7497.cpp:3:6: note: 'void solve()' previously defined here
3 | void solve() {
| ^~~~~
0_0_39067661_7497.cpp:61:5: error: redefinition of 'int main()'
61 | int main() {
| ^~~~
0_0_39067661_7497.cpp:47:5: note: 'int main()' previously defined here
47 | int main() {
| ^~~~
|