Problem sandd
User yeddy
Submission Time 2024-05-18 09:10:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:14:20: error: expected ‘;’ before ‘}’ token
14 | high=mid-1
| ^
| ;
15 | } else {
| ~