Problem gcd
User yeeeeeting
Submission Time 2025-04-12 12:04:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int getPrice(int)’:
gcd.cpp:8:7: error: ‘supply’ was not declared in this scope
8 | if (supply(mid)>demand(mid))
| ^~~~~~
gcd.cpp:8:19: error: ‘demand’ was not declared in this scope
8 | if (supply(mid)>demand(mid))
| ^~~~~~
gcd.cpp:17:9: error: ‘supply’ was not declared in this scope
17 | return supply(mid);
| ^~~~~~