Submission #385698


Source Code Expand

object Main {
  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 100
Code Size 184 Byte
Status AC
Exec Time 946 ms
Memory 37328 KB

Judge Result

Set Name all
Score / Max Score 100 / 100
Status
AC × 27
Set Name Test Cases
all 00_sample_01.txt, 00_sample_02.txt, kensho_diff01, kensho_diff02, kensho_diff03, kensho_diff04, kensho_diff05, kensho_min-max01, kensho_min-max02, kensho_min-max03, kensho_min-max04, kensho_min-max05, kensho_min-max06, kensho_min-max07, kensho_min-max08, kensho_min-max09, kensho_min-max10, kensho_rand01, kensho_rand02, kensho_rand03, kensho_rand04, kensho_rand05, kensho_rand06, kensho_rand07, kensho_rand08, kensho_rand09, kensho_rand10
Case Name Status Exec Time Memory
00_sample_01.txt AC 910 ms 37264 KB
00_sample_02.txt AC 893 ms 37184 KB
kensho_diff01 AC 901 ms 37272 KB
kensho_diff02 AC 888 ms 37216 KB
kensho_diff03 AC 904 ms 37144 KB
kensho_diff04 AC 933 ms 37224 KB
kensho_diff05 AC 946 ms 37224 KB
kensho_min-max01 AC 918 ms 37328 KB
kensho_min-max02 AC 898 ms 37316 KB
kensho_min-max03 AC 901 ms 37284 KB
kensho_min-max04 AC 925 ms 37276 KB
kensho_min-max05 AC 908 ms 37216 KB
kensho_min-max06 AC 898 ms 37288 KB
kensho_min-max07 AC 901 ms 37228 KB
kensho_min-max08 AC 908 ms 37272 KB
kensho_min-max09 AC 876 ms 37280 KB
kensho_min-max10 AC 870 ms 37252 KB
kensho_rand01 AC 884 ms 37160 KB
kensho_rand02 AC 887 ms 37168 KB
kensho_rand03 AC 879 ms 37216 KB
kensho_rand04 AC 873 ms 37264 KB
kensho_rand05 AC 874 ms 37220 KB
kensho_rand06 AC 879 ms 37176 KB
kensho_rand07 AC 883 ms 37192 KB
kensho_rand08 AC 885 ms 37220 KB
kensho_rand09 AC 872 ms 37172 KB
kensho_rand10 AC 898 ms 37176 KB