Problem | wormholes |
---|---|
User | dieunq1309 |
Submission Time | 2023-08-29 10:19:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wormholes.cpp: In function ‘int main()’:
wormholes.cpp:35:35: error: expected ‘;’ before ‘}’ token
35 | dp[i] = min(dp[i], dp[i-1] + 1)
| ^
| ;
36 | }
| ~