Problem numberfun
User ZivTheONe
Submission Time 2023-01-27 10:31:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

numberfun.cpp: In member function ‘int Solution::helper(int, int)’:
numberfun.cpp:23:10: error: expected ‘)’ before ‘;’ token
23 | );
| ^
| )
numberfun.cpp:19:34: note: to match this ‘(’
19 | return DP[curr] = 1 + min(
| ^