Submission #890514


Source Code Expand


import scala.io.StdIn

object Main {
  def main(args: Array[String]): Unit = {
    val str = StdIn.readLine()
    println(str.substring(0, 4) + " " + str.substring(4, 12))
  }
}

Submission Info

Submission Time
Task A - CODEFESTIVAL 2016
User gdmiwasawa
Language Scala (2.11.7)
Score 100
Code Size 190 Byte
Status AC
Exec Time 419 ms
Memory 21432 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 6
Set Name Test Cases
Sample 0_00.txt, 0_01.txt, 0_02.txt
All 0_00.txt, 0_01.txt, 0_02.txt, 1_00.txt, 1_01.txt, 1_02.txt
Case Name Status Exec Time Memory
0_00.txt AC 415 ms 21288 KB
0_01.txt AC 414 ms 21432 KB
0_02.txt AC 409 ms 20920 KB
1_00.txt AC 419 ms 21428 KB
1_01.txt AC 411 ms 21036 KB
1_02.txt AC 407 ms 21052 KB