Problem gift
User Matthew
Submission Time 2024-02-07 21:12:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:21:15: error: expected ‘;’ before ‘return’
21 | cout << gifts
| ^
| ;
22 |
23 | return 0;
| ~~~~~~