Problem gift
User Louis486
Submission Time 2023-08-23 16:48:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:18:16: error: expected ‘}’ at end of input
18 | cout << P; }
| ^
gift.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^