Problem boxhaskey
User R9q5P8
Submission Time 2026-01-30 15:54:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxhaskey.cpp: In function ‘int cycle(std::vector<Box>, int)’:
boxhaskey.cpp:13:18: error: could not convert ‘i’ from ‘int’ to ‘std::vector<Box>’
13 | return b[cycle(i)].findIdx;
| ^
| |
| int