package f0;

/* JADX INFO: renamed from: f0.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0905e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final long f12620a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f12621b;

    public C0905e(long j8, long j9) {
        if (j9 == 0) {
            this.f12620a = 0L;
            this.f12621b = 1L;
        } else {
            this.f12620a = j8;
            this.f12621b = j9;
        }
    }

    public final String toString() {
        return this.f12620a + "/" + this.f12621b;
    }
}
