0_0_38917631_23670.cpp:56:5: error: stray '#' in program
56 | };#include <bits/stdc++.h>
| ^
0_0_38917631_23670.cpp: In function 'int main()':
0_0_38917631_23670.cpp:56:15: error: 'bits' was not declared in this scope
56 | };#include <bits/stdc++.h>
| ^~~~
0_0_38917631_23670.cpp:56:20: error: 'stdc' was not declared in this scope; did you mean 'std'?
56 | };#include <bits/stdc++.h>
| ^~~~
| std
0_0_38917631_23670.cpp:56:6: error: 'include' was not declared in this scope
56 | };#include <bits/stdc++.h>
| ^~~~~~~
0_0_38917631_23670.cpp:61:1: error: expected primary-expression before 'using'
61 | using lnt = long long;
| ^~~~~
0_0_38917631_23670.cpp:63:15: error: a function-definition is not allowed here before '{' token
63 | signed main() {
| ^
|