Problem | construct |
---|---|
User | chenweilian |
Submission Time | 2023-11-05 17:04:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp: In function ‘int main()’:
construct.cpp:95:4: error: ‘asssert’ was not declared in this scope; did you mean ‘assert’?
95 | asssert(dp[i][j] >= 0)
| ^~~~~~~
| assert