Problem | waterbottles3 |
---|---|
User | spambot696969 |
Submission Time | 2024-12-09 12:29:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
waterbottles3.cpp: In function ‘int main()’:
waterbottles3.cpp:18:22: error: ‘i’ was not declared in this scope
18 | total += (x >= arr[i] ? x-arr[i] : 0);
| ^