| 13 | int n; |
| 14 | RMST() : n(0) {} |
| 15 | void add_point(int x, int y) { |
| 16 | arr[arr[n].i = n].x = x, arr[n++].y = y; } |
| 17 | void rec(int l, int r) { |
| 18 | if (l >= r) return; |
| 19 | int m = (l+r)/2; |
nothing calls this directly
no outgoing calls
no test coverage detected