Problem gift
User RAyhahh
Submission Time 2024-03-25 17:48:48
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++){
| ^
gift.cpp: At global scope:
gift.cpp:26:1: error: ‘m’ does not name a type; did you mean ‘tm’?
26 | m
| ^
| tm