Problem | buffet |
---|---|
User | eulerleonhardfan |
Submission Time | 2023-01-18 09:23:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buffet.cpp: In function ‘int32_t main()’:
buffet.cpp:23:16: error: expected ‘;’ before ‘max’
23 | dpb[i]=b[i]max(dpb[i-1],dpa[i-1]-k);
| ^~~
| ;