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

Compile Error

special.cpp: In function ‘int main()’:
special.cpp:35:4: error: expected ‘;’ before ‘dp’
35 | dp[digit] = min(dp[digit], ans-i-1);
| ^~