Problem | numberfun |
---|---|
User | ZivTheONe |
Submission Time | 2024-09-28 12:18:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numberfun.cpp: In member function ‘int Solution::helper(int)’:
numberfun.cpp:23:10: error: expected ‘)’ before ‘;’ token
23 | );
| ^
| )
numberfun.cpp:19:34: note: to match this ‘(’
19 | return DP[curr] = 1 + min(
| ^