Pinned Loading
-
-
Rational.kt
Rational.kt 1package rationals
23import java.math.BigInteger
45data class Rational(val n: BigInteger, val d: BigInteger): Comparable<Rational> {
-
Board.kt
Board.kt 1package board
23import java.lang.IllegalArgumentException
45data class Cell(val i: Int, val j: Int) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.