Problem | duckbuttons |
---|---|
User | carson |
Submission Time | 2025-03-21 16:45:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:20:7: error: no match for ‘operator+=’ (operand types are ‘long long int’ and ‘std::vector<int>’)
20 | sum += ducks;
| ~~~~^~~~~~~~
duckbuttons.cpp:22:13: error: expected ‘}’ at end of input
22 | cout << sum;
| ^
duckbuttons.cpp:4:1: note: to match this ‘{’
4 | {
| ^