Problem square_ioi
User haydendoo
Submission Time 2022-12-30 09:32:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

square_ioi.cpp: In function ‘int findMaxSquare(int (*)[1000], int)’:
square_ioi.cpp:62:39: error: ‘len’ was not declared in this scope
62 | if(mp.find(best)==mp.end()) mp[1+len]=1;
| ^~~
square_ioi.cpp:63:16: error: ‘len’ was not declared in this scope
63 | else ++mp[len+1];
| ^~~