Problem sandd
User Informatics271
Submission Time 2024-05-27 13:48:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:48:17: error: expected ‘;’ before ‘}’ token
48 | return higher_P
| ^
| ;
49 | }
| ~