Problem sandd
User AshwinJoy
Submission Time 2025-09-13 20:48:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:39: error: expected ‘)’ before ‘;’ token
13 | mid = (start + (end-start) / 2;
| ~ ^
| )