Problem | square_ioi |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-10 13:26:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp: In function ‘int findMaxSquare(int (*)[1000], int)’:
square_ioi.cpp:11:27: error: expected primary-expression before ‘continue’
11 | if (!i||!j)dp[i][j]=1, continue;
| ^~~~~~~~