Problem gift
User Kartikkk
Submission Time 2024-02-22 19:59:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:18:18: error: expected ‘;’ before ‘}’ token
18 | return gifts+1
| ^
| ;
19 |
20 | }
| ~