Problem squarerect
User StewartStudios
Submission Time 2026-01-27 10:02:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp:10:6: error: redefinition of ‘bool am_i_square(int, int)’
10 | bool am_i_square(int N, int Q){
| ^~~~~~~~~~~
squarerect.cpp:5:6: note: ‘bool am_i_square(int, int)’ previously defined here
5 | bool am_i_square(int N, int Q) {
| ^~~~~~~~~~~