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