0_0_25595775_8286.cpp:30:15: error: stray '#' in program
int h=1,t=0;#include<bits/stdc++.h>
^
0_0_25595775_8286.cpp: In function 'int main()':
0_0_25595775_8286.cpp:30:16: error: 'include' was not declared in this scope
int h=1,t=0;#include<bits/stdc++.h>
^
0_0_25595775_8286.cpp:30:24: error: 'bits' was not declared in this scope
int h=1,t=0;#include<bits/stdc++.h>
^
0_0_25595775_8286.cpp:30:29: error: 'stdc' was not declared in this scope
int h=1,t=0;#include<bits/stdc++.h>
^
0_0_25595775_8286.cpp:31:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_25595775_8286.cpp:35:10: error: a function-definition is not allowed here before '{' token
ll read(){
^
0_0_25595775_8286.cpp:92:1: error: expected '}' at end of input
}
^
0_0_25595775_8286.cpp:92:1: error: expected '}' at end of input
|