package e0;

/* JADX INFO: loaded from: classes.dex */
public final class f {

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

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

    public f(long j5, long j6) {
        if (j6 == 0) {
            this.f6185a = 0L;
            this.f6186b = 1L;
        } else {
            this.f6185a = j5;
            this.f6186b = j6;
        }
    }

    public final String toString() {
        return this.f6185a + "/" + this.f6186b;
    }
}
