Problem sandd
User YSH2020
Submission Time 2024-06-04 12:55:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:10:34: error: ‘m’ was not declared in this scope
10 | if (supply(mid) < demand(m)) lower = mid;
| ^
sandd.cpp:11:20: error: assignment of function ‘std::ios_base& std::right(std::ios_base&)’
11 | else right = mid;
| ~~~~~~^~~~~