Problem gift
User Vinayak01
Submission Time 2024-03-14 12:02:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:23:10: error: expected ‘}’ at end of input
23 | return 0;
| ^
gift.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^