Problem squarerect
User coin
Submission Time 2026-02-25 01:21:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:91:1: error: expected ‘}’ at end of input
91 | }
| ^
squarerect.cpp:7:32: note: to match this ‘{’
7 | bool am_i_square(int N, int Q) {
| ^