Submission #472607


Source Code Expand

import scala.collection.mutable._
object Main extends App {
	val sc = new java.util.Scanner(System.in)
	var a = new ArrayBuffer[Int]()
	a += sc.nextInt()
	a += sc.nextInt()
	a += sc.nextInt()
	println(a.sorted.apply(1))
}

Submission Info

Submission Time
Task A - 高橋くんと年齢
User takuk
Language Scala (2.9.1)
Score 100
Code Size 229 Byte
Status AC
Exec Time 1153 ms
Memory 43204 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 4
AC × 24
Set Name Test Cases
Sample subtask0_sample_01.txt, subtask0_sample_02.txt, subtask0_sample_03.txt, subtask0_sample_04.txt
All 0.txt, 1.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, subtask0_sample_01.txt, subtask0_sample_02.txt, subtask0_sample_03.txt, subtask0_sample_04.txt
Case Name Status Exec Time Memory
0.txt AC 1137 ms 43020 KB
1.txt AC 1147 ms 43048 KB
10.txt AC 1117 ms 43020 KB
11.txt AC 1120 ms 43120 KB
12.txt AC 1082 ms 43148 KB
13.txt AC 1126 ms 43092 KB
14.txt AC 1119 ms 43044 KB
15.txt AC 1078 ms 43028 KB
16.txt AC 1092 ms 42920 KB
17.txt AC 1096 ms 43128 KB
18.txt AC 1108 ms 43116 KB
19.txt AC 1058 ms 43096 KB
2.txt AC 1094 ms 43204 KB
3.txt AC 1141 ms 43012 KB
4.txt AC 1153 ms 43148 KB
5.txt AC 1120 ms 43112 KB
6.txt AC 1105 ms 43144 KB
7.txt AC 1070 ms 43104 KB
8.txt AC 1090 ms 43120 KB
9.txt AC 1082 ms 43064 KB
subtask0_sample_01.txt AC 1036 ms 43028 KB
subtask0_sample_02.txt AC 1027 ms 43148 KB
subtask0_sample_03.txt AC 1034 ms 43136 KB
subtask0_sample_04.txt AC 1022 ms 42988 KB