Problem | square_ioi |
---|---|
User | dacashew |
Submission Time | 2023-11-12 13:00:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp: In function ‘long long int findMaxSquare(long long int (*)[1000], long long int)’:
square_ioi.cpp:20:2: error: ‘dp’ was not declared in this scope
20 | dp[n][n];
| ^~
square_ioi.cpp:40:24: error: ‘min’ was not declared in this scope
40 | dp[i][j]=min(min(a,min(b,c)))+1;
| ^~~
square_ioi.cpp:40:18: error: ‘min’ was not declared in this scope
40 | dp[i][j]=min(min(a,min(b,c)))+1;
| ^~~
square_ioi.cpp:40:14: error: ‘min’ was not declared in this scope
40 | dp[i][j]=min(min(a,min(b,c)))+1;
| ^~~