package h1;

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

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

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

    public e(long j10, long j11) {
        if (j11 == 0) {
            this.f26366a = 0L;
            this.f26367b = 1L;
        } else {
            this.f26366a = j10;
            this.f26367b = j11;
        }
    }

    public final String toString() {
        return this.f26366a + "/" + this.f26367b;
    }
}
