Problem gift
User rasquait
Submission Time 2025-12-04 18:40:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=1; i < n; i++){
| ^
gift.cpp:15:11: error: expected ‘;’ before ‘}’ token
15 | count++
| ^
| ;
16 | }
| ~