Problem | buffet |
---|---|
User | tacticalnerd |
Submission Time | 2024-12-19 15:40:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buffet.cpp: In function ‘int32_t main()’:
buffet.cpp:31:22: error: invalid operands of types ‘long long int [1000005]’ and ‘<unresolved overloaded function type>’ to binary ‘operator+’
31 | fill(dp[0], dp[0]+size, -1);
| ~~~~~^~~~~
buffet.cpp:32:22: error: invalid operands of types ‘long long int [1000005]’ and ‘<unresolved overloaded function type>’ to binary ‘operator+’
32 | fill(dp[1], dp[1]+size, -1);
| ~~~~~^~~~~