fun box(): String { A() A("") A(0.toLong(), 0.0) return "OK" }