Problem robots
User shoryu386
Submission Time 2023-05-10 16:21:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robots.cpp: In function ‘int putaway(int, int, int, int*, int*, int*, int*)’:
robots.cpp:56:29: error: expected ‘;’ before ‘res’
56 | if (revpq.empty()) res = 1
| ^
| ;
57 | res = 0;
| ~~~