Problem | snacks |
---|---|
User | zaneyu |
Submission Time | 2025-02-22 21:22:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:3:13: error: expected ‘;’ before ‘long’
3 | #define int long long
| ^~~~
snacks.cpp:143:3: note: in expansion of macro ‘int’
143 | int cnt = root->query(l,r); //number
| ^~~
snacks.cpp:148:21: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
148 | sum = sum - tot + cnt*x;
| ^~~
| int