/// Category: greedy + data structure (medium). /// Time complexity -O(n).
#define RASENGAN ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0); ...