0_0_39768586_25535.cpp:4:15: error: stray '#' in program
4 | int t;#include<bits/stdc++.h>
| ^
0_0_39768586_25535.cpp:9:15: error: stray '#' in program
9 | int n;#include<bits/stdc++.h>
| ^
0_0_39768586_25535.cpp: In function 'int main()':
0_0_39768586_25535.cpp:4:24: error: 'bits' was not declared in this scope
4 | int t;#include<bits/stdc++.h>
| ^~~~
0_0_39768586_25535.cpp:4:29: error: 'stdc' was not declared in this scope; did you mean 'std'?
4 | int t;#include<bits/stdc++.h>
| ^~~~
| std
0_0_39768586_25535.cpp:4:16: error: 'include' was not declared in this scope
4 | int t;#include<bits/stdc++.h>
| ^~~~~~~
0_0_39768586_25535.cpp:5:1: error: expected primary-expression before 'using'
5 | using namespace std;
| ^~~~~
0_0_39768586_25535.cpp:6:11: error: a function-definition is not allowed here before '{' token
6 | int main(){
| ^
|