0_0_22776237_15595.cpp:39:12: error: stray '#' in program
q.pop();#include <cstdio>
^
0_0_22776237_15595.cpp: In function 'int main()':
0_0_22776237_15595.cpp:39:13: error: 'include' was not declared in this scope
q.pop();#include <cstdio>
^
0_0_22776237_15595.cpp:39:22: error: 'cstdio' was not declared in this scope
q.pop();#include <cstdio>
^
0_0_22776237_15595.cpp:48:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_22776237_15595.cpp:55:54: error: a function-definition is not allowed here before '{' token
void work(int x, long long & ans1, long long & ans2) {
^
0_0_22776237_15595.cpp:160:1: error: expected '}' at end of input
}
^
0_0_22776237_15595.cpp:160:1: error: expected '}' at end of input
|