Problem sandd
User 583116UB
Submission Time 2024-05-11 11:40:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:19:12: error: expected ‘}’ at end of input
19 | return low;
| ^
sandd.cpp:4:20: note: to match this ‘{’
4 | int getPrice(int P){
| ^