Problem | 3nplus1 |
---|---|
User | joevincent1987 |
Submission Time | 2024-02-23 20:06:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘void dp(int)’:
3nplus1.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | dp(3 * i - 1)
| ^
| ;
10 | }
| ~