Submission #201147


Source Code Expand

object Main {
  def main(args:Array[String]) = {
    val sc = new java.util.Scanner(System.in)
    val a = sc.nextInt
    val b = sc.nextInt
    println(b + " " + a)
  }
}

Submission Info

Submission Time
Task A - スワップ
User cohalz
Language Scala (2.9.1)
Score 100
Code Size 180 Byte
Status AC
Exec Time 1107 ms
Memory 43024 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 6
Set Name Test Cases
All test_13_69.txt, test_16_44.txt, test_40_40.txt, test_49_31.txt, test_51_74.txt, test_83_60.txt
Case Name Status Exec Time Memory
sample_01.txt AC 1033 ms 42936 KB
sample_02.txt AC 1071 ms 43016 KB
test_13_69.txt AC 1107 ms 42848 KB
test_16_44.txt AC 1033 ms 42896 KB
test_40_40.txt AC 1047 ms 42892 KB
test_49_31.txt AC 1066 ms 42928 KB
test_51_74.txt AC 1047 ms 42932 KB
test_83_60.txt AC 1036 ms 43024 KB