Problem | gift |
---|---|
User | JhoCyber |
Submission Time | 2024-12-19 11:15:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:18:9: error: ‘j’ was not declared in this scope
18 | j=i+1;
| ^
gift.cpp:23:18: error: expected ‘;’ before ‘}’ token
23 | cout << balls
| ^
| ;
24 | }
| ~