Problem squarerect
User red24
Submission Time 2023-01-29 18:59:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:9:6: error: ‘i’ was not declared in this scope
9 | rep(i, 1, n)
| ^
squarerect.cpp:9:2: error: ‘rep’ was not declared in this scope
9 | rep(i, 1, n)
| ^~~