Problem gift
User notoriousfish123
Submission Time 2025-04-19 19:32:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:5:2: error: expected initializer before ‘cout’
5 | cout<<"How many days?"<<endl;
| ^~~~
gift.cpp:6:8: error: expected ‘;’ before ‘cout’
6 | cin>>n
| ^
| ;
7 | cout<<"By what margin?"<<endl;
| ~~~~
gift.cpp:8:8: error: expected ‘;’ before ‘cin’
8 | cin>>k
| ^
| ;
9 | cin>>times}
| ~~~