Problem gift
User RAyhahh
Submission Time 2024-03-25 17:48:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int32_t main()’:
gift.cpp:17:10: error: expected ‘;’ before ‘for’
17 | e = 0
| ^
| ;
18 | for(int i = 1;i<a;i++){
| ~~~
gift.cpp:18:19: error: ‘i’ was not declared in this scope
18 | for(int i = 1;i<a;i++){
| ^