Problem gift
User SheepHeads
Submission Time 2023-12-22 15:58:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:16:22: error: expected ‘;’ before ‘{’ token
16 | if((temp-x) > (k-1){
| ^
| ;
gift.cpp:19:11: error: expected ‘)’ before ‘;’ token
19 | temp = x;
| ^
| )
gift.cpp:16:5: note: to match this ‘(’
16 | if((temp-x) > (k-1){
| ^