Problem | bananasmoothie |
---|---|
User | zyh571 |
Submission Time | 2023-07-06 09:16:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:13:4: error: ‘counter’ was not declared in this scope
13 | counter+=arr[i];
| ^~~~~~~
bananasmoothie.cpp:16:10: error: ‘counter’ was not declared in this scope
16 | cout << counter;
| ^~~~~~~