| Problem | sandd |
|---|---|
| User | Xrh999 |
| Submission Time | 2026-02-15 17:54:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘long long int getPrice(long long int)’:
sandd.cpp:4:13: error: expected ‘,’ or ‘;’ before ‘long’
4 | #define int long long
| ^~~~
sandd.cpp:10:9: note: in expansion of macro ‘int’
10 | int supp = supply(mid);
| ^~~
sandd.cpp:12:13: error: ‘supp’ was not declared in this scope; did you mean ‘supply’?
12 | if (supp < dem) l = mid + 1;
| ^~~~
| supply
sandd.cpp:13:30: error: ‘r’ was not declared in this scope
13 | else if (supp > dem) r = mid - 1;
| ^
sandd.cpp:15:9: error: ‘mid’ was not declared in this scope
15 | return mid;
| ^~~