UI(IRC) = MIN_{c \in clients : #user(c) > 100 } UI(c)
But even if you take "max" and not "min", it's still horrible.
UI(IRC) = MIN_{c \in clients : #user(c) > 100 } UI(c)
But even if you take "max" and not "min", it's still horrible.