Problem gift
User JhoCyber
Submission Time 2024-12-19 11:15:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:17:5: error: expected ‘,’ or ‘;’ before ‘for’
17 | for (int i=0;i<n; i++){
| ^~~
gift.cpp:17:18: error: ‘i’ was not declared in this scope
17 | for (int i=0;i<n; i++){
| ^
gift.cpp:23:18: error: expected ‘;’ before ‘}’ token
23 | cout << balls
| ^
| ;
24 | }
| ~