Problem | 4russians |
---|---|
User | hwy |
Submission Time | 2023-06-19 20:57:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4russians.cpp: In function ‘int dp(int, int, int)’:
4russians.cpp:14:43: error: expected ‘;’ before ‘}’ token
14 | return memo[curr_bunker][K_left][bombed]
| ^
| ;
15 | }
| ~