Problem omnomnom
User asbx
Submission Time 2023-12-16 12:00:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

omnomnom.cpp: In function ‘long long int dp(long long int, long long int)’:
omnomnom.cpp:30:14: error: a function-definition is not allowed here before ‘{’ token
30 | signed main(){
| ^
omnomnom.cpp:49:1: error: expected ‘}’ at end of input
49 | }
| ^
omnomnom.cpp:16:24: note: to match this ‘{’
16 | int dp(int n,int taken){
| ^