Problem cuberoot
User zyc
Submission Time 2025-10-31 17:19:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int bs(std::vector<long long int>, ll)’:
cuberoot.cpp:18:14: error: expected ‘;’ before ‘}’ token
18 | return -1
| ^
| ;
19 |
20 | }
| ~