Problem sandd
User AshwinJoy
Submission Time 2025-09-20 15:53:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:15:32: error: expected ‘)’ before ‘{’ token
15 | if(supply(mid) >= demand(mid){
| ~ ^
| )
sandd.cpp:22:5: error: expected primary-expression before ‘}’ token
22 | }
| ^
sandd.cpp:23:12: error: ‘result’ was not declared in this scope
23 | return result;
| ^~~~~~