Problem wormholes
User dieunq1309
Submission Time 2023-08-29 10:19:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | }
| ~