Problem gift
User wahjsodhowasd
Submission Time 2026-02-16 16:40:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:13:10: error: expected ‘;’ before ‘if’
13 | cin>>curr
| ^
| ;
14 | if(curr+k<=prev){
| ~~