Problem | buycoke |
---|---|
User | 2110100 |
Submission Time | 2023-09-06 23:12:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buycoke.cpp: In member function ‘node segtree::query(int, int, int)’:
buycoke.cpp:84:49: error: ‘hell’ was not declared in this scope
84 | if (tr[v] < l || tl[v] > r) return node(hell);
| ^~~~
buycoke.cpp: In function ‘int solve()’:
buycoke.cpp:119:24: error: ‘hell’ was not declared in this scope
119 | dp[j][i] = hell;
| ^~~~