Problem snack
User asbx
Submission Time 2023-11-09 15:09:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snack.cpp: In function ‘int main()’:
snack.cpp:14:6: error: ‘i’ was not declared in this scope
14 | for(i=0;i<x;i++){
| ^
snack.cpp:15:7: error: ‘j’ was not declared in this scope
15 | for(j=0;j<=i;j++){
| ^