Problem sandd
User Xrh999
Submission Time 2026-02-15 17:58:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:11:14: error: ‘r’ was not declared in this scope
11 | else r = mid - 1;
| ^
sandd.cpp:13:12: error: ‘mid’ was not declared in this scope
13 | return mid;
| ^~~