| Problem | sandd |
|---|---|
| User | Xrh999 |
| Submission Time | 2026-02-15 17:54:03 |
| 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:8:16: error: ‘r’ was not declared in this scope
8 | while (l < r) {
| ^
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), dem = demand(mid);
| ^~~
sandd.cpp:11:13: error: ‘supp’ was not declared in this scope; did you mean ‘supply’?
11 | if (supp < dem) l = mid + 1;
| ^~~~
| supply
sandd.cpp:11:20: error: ‘dem’ was not declared in this scope
11 | if (supp < dem) l = mid + 1;
| ^~~