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