0_0_23409774_23441.cpp:4:23: error: expected constructor, destructor, or type conversion before '(' token
#define INL _attribute((always_inline)) inline
^
0_0_23409774_23441.cpp:32:1: note: in expansion of macro 'INL'
INL char getchar(){
^
0_0_23409774_23441.cpp:4:23: error: expected constructor, destructor, or type conversion before '(' token
#define INL _attribute((always_inline)) inline
^
0_0_23409774_23441.cpp:66:21: note: in expansion of macro 'INL'
template < class T >INL cout_t operator << (cout_t c,T x){
^
0_0_23409774_23441.cpp:4:23: error: expected constructor, destructor, or type conversion before '(' token
#define INL _attribute((always_inline)) inline
^
0_0_23409774_23441.cpp:71:1: note: in expansion of macro 'INL'
INL cout_t operator << (cout_t c, char x){
^
0_0_23409774_23441.cpp:4:23: error: expected constructor, destructor, or type conversion before '(' token
#define INL _attribute((always_inline)) inline
^
0_0_23409774_23441.cpp:77:1: note: in expansion of macro 'INL'
INL cout_t operator << (cout_t c, endl_t){
^
0_0_23409774_23441.cpp: In function 'int nYAn::main()':
0_0_23409774_23441.cpp:245:10: error: ambiguating new declaration of 'int nYAn::main()'
int main(){
^
0_0_23409774_23441.cpp:188:6: note: old declaration 'void nYAn::main()'
void main(){
^
0_0_23409774_23441.cpp: At global scope:
0_0_23409774_23441.cpp:248:1: error: expected '}' at end of input
}
^
|