Problem boundlessboxes
User Hijackedsoul
Submission Time 2025-01-02 13:16:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boundlessboxes.cpp: In function ‘int main()’:
boundlessboxes.cpp:30:18: error: expected ‘;’ before ‘}’ token
30 | std::cout << ans
| ^
| ;
31 | }
| ~