Problem toxic2
User Sans123456
Submission Time 2024-10-10 12:25:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void fill(int, int)’:
toxic2.cpp:52:22: error: ‘frontsz’ was not declared in this scope
52 | for (int i = 0; i < frontsz; ++i) qry.push_back(blk + B - 2);
| ^~~~~~~
toxic2.cpp:52:57: error: ‘B’ was not declared in this scope
52 | for (int i = 0; i < frontsz; ++i) qry.push_back(blk + B - 2);
| ^
toxic2.cpp:54:21: error: ‘maxsz’ was not declared in this scope
54 | for(int sur=1;sur<=maxsz;sur++){
| ^~~~~
toxic2.cpp:74:22: error: ‘frontsz’ was not declared in this scope
74 | for (int i = 0; i < frontsz + 1; ++i) qry.push_back(blk + B - 1);
| ^~~~~~~
toxic2.cpp:74:60: error: ‘B’ was not declared in this scope
74 | for (int i = 0; i < frontsz + 1; ++i) qry.push_back(blk + B - 1);
|