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

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:39:7: error: redeclaration of ‘int j’
39 | int j = 100;
| ^
squarerect.cpp:29:16: note: ‘int j’ previously declared here
29 | int i = 100, j = 100;
| ^