Problem sandd
User AshwinJoy
Submission Time 2025-09-13 17:57:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:15:8: error: ‘v’ was not declared in this scope
15 | if(v[mid] == search){
| ^
sandd.cpp:15:18: error: ‘search’ was not declared in this scope; did you mean ‘bsearch’?
15 | if(v[mid] == search){
| ^~~~~~
| bsearch