trade.cpp:1:1: error: 'll' does not name a type
1 | ll ans = -inf;
| ^~
trade.cpp:2:1: error: 'll' does not name a type
2 | ll n, k;
| ^~
trade.cpp:3:1: error: 'vll' does not name a type
3 | vll b, s;
| ^~~
trade.cpp:4:1: error: 'vll' does not name a type
4 | vll pre;
| ^~~
trade.cpp:5:6: error: variable or field 'dc' declared void
5 | void dc(ll l, ll r, ll optl, ll optr) {
| ^~
trade.cpp:5:9: error: 'll' was not declared in this scope
5 | void dc(ll l, ll r, ll optl, ll optr) {
| ^~
trade.cpp:5:15: error: 'll' was not declared in this scope
5 | void dc(ll l, ll r, ll optl, ll optr) {
| ^~
trade.cpp:5:21: error: 'll' was not declared in this scope
5 | void dc(ll l, ll r, ll optl, ll optr) {
| ^~
trade.cpp:5:30: error: 'll' was not declared in this scope
5 | void dc(ll l, ll r, ll optl, ll optr) {
| ^~