class MugU extends CupU { /* ŠP MugT */
    static final int volume = 250;
    void fill() {
        amount = (int) (ratio * volume);
    }
}
