Problem | squarerect |
---|---|
User | OviyanGandhi |
Submission Time | 2024-02-19 20:59:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:36:6: error: redeclaration of ‘int l’
36 | int l = y+1, r = N;
| ^
squarerect.cpp:18:6: note: ‘int l’ previously declared here
18 | int l = x+1, r = N;
| ^
squarerect.cpp:36:15: error: redeclaration of ‘int r’
36 | int l = y+1, r = N;
| ^
squarerect.cpp:18:15: note: ‘int r’ previously declared here
18 | int l = x+1, r = N;
| ^