Problem special
User Pan
Submission Time 2024-01-07 22:52:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

special.cpp: In function ‘int main()’:
special.cpp:37:32: error: expected ‘;’ before ‘}’ token
37 | ans = min(ans, n-1-i + dpnow)
| ^
| ;
38 |
39 | }
| ~