Given $$$q \; (q \le 2 \cdot 10^5)$$$ operations:
- Insert a pair $$$(a,b)$$$.
- Given pair $$$(x,y)$$$, find the minimum value of $$$ax + by$$$.
$$$|a|,|b|,|x|,|y| \le 10^6$$$.
Can this problem be solved with Li Chao Tree ?
Given $$$q \; (q \le 2 \cdot 10^5)$$$ operations:
$$$|a|,|b|,|x|,|y| \le 10^6$$$.