Problem omnomnom
User fastantic
Submission Time 2023-07-20 11:57:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

omnomnom.cpp: In function ‘void solve()’:
omnomnom.cpp:32:17: error: ‘dp1’ was not declared in this scope; did you mean ‘dp’?
32 | cout << max(dp1[1], dp2[1]) << endl;
| ^~~
| dp
omnomnom.cpp:32:25: error: ‘dp2’ was not declared in this scope; did you mean ‘dp’?
32 | cout << max(dp1[1], dp2[1]) << endl;
| ^~~
| dp