Owl Get a Life
stepgame.cpp: In function ‘int32_t main()’:stepgame.cpp:19:38: error: ‘min’ cannot be used as a function 19 | dp[i] = min(s[i],dp[i-1]+s[i]); | ^