| Problem | sandd |
|---|---|
| User | cookiemonster735 |
| Submission Time | 2026-05-27 15:54:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:9:3: error: expected ‘,’ or ‘;’ before ‘if’
9 | if (supply(mid) == demand(mid){
| ^~
sandd.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | else if (supply(mid) > demand(mid)){
| ^~~~