Problem waterbomb
User Lucas
Submission Time 2024-12-02 16:40:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘int main()’:
waterbomb.cpp:12:7: error: ‘i’ was not declared in this scope
12 | ll a[i];
| ^
waterbomb.cpp:15:10: error: ‘a’ was not declared in this scope
15 | cin >> a[i];
| ^
waterbomb.cpp:19:4: error: ‘a’ was not declared in this scope
19 | if(a[1]-d < 0)
| ^