0_0_22776383_29968.cpp:56:18: error: stray '#' in program
v[xx] = false;#include <cstdio>
^
0_0_22776383_29968.cpp: In function 'int main()':
0_0_22776383_29968.cpp:56:19: error: 'include' was not declared in this scope
v[xx] = false;#include <cstdio>
^
0_0_22776383_29968.cpp:56:28: error: 'cstdio' was not declared in this scope
v[xx] = false;#include <cstdio>
^
0_0_22776383_29968.cpp:65:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_22776383_29968.cpp:72:61: error: a function-definition is not allowed here before '{' token
void work(int l, int x, long long & ans1, long long & ans2) {
^
0_0_22776383_29968.cpp:85:12: error: a function-definition is not allowed here before '{' token
int main() {
^
0_0_22776383_29968.cpp:158:1: error: expected '}' at end of input
}
^
0_0_22776383_29968.cpp:158:1: error: expected '}' at end of input
0_0_22776383_29968.cpp:158:1: error: expected '}' at end of input
|