Submission #385696


Source Code Expand

object HelloWorld {
  def main(args: Array[String]): Unit = {
    val sc = new java.util.Scanner(System.in)
    val a, b = sc.nextInt()
    val c = List(a, b).max
    println(c)
  }
}

Submission Info

Submission Time
Task A - 正直者
User ichyo
Language Scala (2.9.1)
Score 0
Code Size 190 Byte
Status CE