Problem | sandd |
---|---|
User | JoshJuice |
Submission Time | 2025-04-19 19:25:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘ll getPrice(ll)’:
sandd.cpp:8:9: error: expected ‘,’ or ‘;’ before ‘ll’
8 | ll d = demand(m);
| ^~
sandd.cpp:10:13: error: ‘d’ was not declared in this scope
10 | if (d == s) {
| ^
sandd.cpp:11:20: error: ‘mid’ was not declared in this scope
11 | return mid;
| ^~~
sandd.cpp:13:13: error: ‘low’ was not declared in this scope
13 | low = mid + 1;
| ^~~
sandd.cpp:13:19: error: ‘mid’ was not declared in this scope
13 | low = mid + 1;
| ^~~
sandd.cpp:15:13: error: ‘high’ was not declared in this scope
15 | high = mid - 1;
| ^~~~
sandd.cpp:15:20: error: ‘mid’ was not declared in this scope
15 | high = mid - 1;
| ^~~
sandd.cpp:18:12: error: ‘low’ was not declared in thi