0_0_25605734_17162.cpp:7:12: error: stray '#' in program
cin>>T;#include<bits/stdc++.h>
^
0_0_25605734_17162.cpp: In function 'int main()':
0_0_25605734_17162.cpp:7:13: error: 'include' was not declared in this scope
cin>>T;#include<bits/stdc++.h>
^
0_0_25605734_17162.cpp:7:21: error: 'bits' was not declared in this scope
cin>>T;#include<bits/stdc++.h>
^
0_0_25605734_17162.cpp:7:26: error: 'stdc' was not declared in this scope
cin>>T;#include<bits/stdc++.h>
^
0_0_25605734_17162.cpp:8:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_25605734_17162.cpp:11:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_25605734_17162.cpp:79:1: error: expected '}' at end of input
}
^
|