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