Problem waterbomb
User Ush
Submission Time 2024-12-04 15:27:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘int main()’:
waterbomb.cpp:9:8: error: ‘i’ was not declared in this scope
9 | for (i=0; i<10; i++){
| ^
waterbomb.cpp:10:3: error: ‘b’ was not declared in this scope
10 | b= 111*i;
| ^