Problem sandd
User tomo31415
Submission Time 2025-03-16 12:00:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:12:24: error: ‘k’ was not declared in this scope
12 | if (qs < qd) price = k+1;
| ^
sandd.cpp:13:12: error: ‘k’ was not declared in this scope
13 | else b = k-1;
| ^