0_0_23410225_5192.cpp:31:18: error: expected '}' before ')' token
enum Xin{XEOF,xin);
^
0_0_23410225_5192.cpp:31:18: error: expected unqualified-id before ')' token
0_0_23410225_5192.cpp: In function 'void AERIX::putnum(T)':
0_0_23410225_5192.cpp:53:3: error: expected '(' before '{' token
if{x>9)putnum(x/10);
^
0_0_23410225_5192.cpp:57:1: error: a template declaration cannot appear at block scope
template< class T >INL Xout operator << (Xout c,T x){
^
0_0_23410225_5192.cpp:66:1: error: 'namespace' definition is not allowed here
namespace exkmp{
^
0_0_23410225_5192.cpp:93:13: error: a function-definition is not allowed here before '{' token
void solve(){
^
0_0_23410225_5192.cpp:171:1: error: expected '}' at end of input
}
^
0_0_23410225_5192.cpp: At global scope:
0_0_23410225_5192.cpp:171:1: error: expected '}' at end of input
|