Problem potionseasy
User PrunJuice
Submission Time 2025-02-04 13:37:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potionseasy.cpp: In function ‘int main()’:
potionseasy.cpp:8:16: error: ‘potions’ was not declared in this scope; did you mean ‘Potions’?
8 | cin >> potions[i];
| ^~~~~~~
| Potions
potionseasy.cpp:14:24: error: ‘potions’ was not declared in this scope; did you mean ‘Potions’?
14 | current_sum += potions[right];
| ^~~~~~~
| Potions