Problem sandd
User SMILE
Submission Time 2024-05-11 11:55:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:17:16: error: expected ‘;’ before ‘}’ token
17 | high = mid-1
| ^
| ;
18 | }
| ~