0_0_32145383_9129.cpp:19:16: error: stray '#' in program
void get_nxt(){#include<cstdio>
^
0_0_32145383_9129.cpp: In function 'void get_nxt()':
0_0_32145383_9129.cpp:19:17: error: 'include' was not declared in this scope
void get_nxt(){#include<cstdio>
^
0_0_32145383_9129.cpp:19:25: error: 'cstdio' was not declared in this scope
void get_nxt(){#include<cstdio>
^
0_0_32145383_9129.cpp:22:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_32145383_9129.cpp:29:16: error: a function-definition is not allowed here before '{' token
void get_next(){
^
0_0_32145383_9129.cpp:163:1: error: expected '}' at end of input
}
^
|