| Problem | sale |
|---|---|
| User | Caoxizhen |
| Submission Time | 2026-03-12 10:50:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sale.cpp: In function ‘int main()’:
sale.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
sale.cpp:40:8: note: in expansion of macro ‘int’
40 | if ((int).size() > b) {
| ^~~
sale.cpp:40:8: error: expected ‘)’ before ‘long’
40 | if ((int).size() > b) {
| ~^
| )
sale.cpp:43:4: error: expected ‘)’ before ‘if’
43 | }
| ^
| )
44 | if ((int)pq.size() == b) suf[i+1] = sum;
| ~~
sale.cpp:40:6: note: to match this ‘(’
40 | if ((int).size() > b) {
| ^