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