Submission #891648


Source Code Expand

import Foundation

//let str = readLine(stripNewline: true)

let str = "CODEFESTIVAL"
var str_arr = Array(str.characters)

str_arr.insert(" ", atIndex: 4)

print(str_arr)

Submission Info

Submission Time
Task A - CODEFESTIVAL 2016
User kensiu20042000
Language Swift (swift-2.2-RELEASE)
Score 0
Code Size 179 Byte
Status WA
Exec Time 1892 ms
Memory 7268 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
WA × 3
WA × 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 WA 1892 ms 7268 KB
0_01.txt WA 9 ms 1152 KB
0_02.txt WA 9 ms 1152 KB
1_00.txt WA 9 ms 1152 KB
1_01.txt WA 9 ms 1152 KB
1_02.txt WA 9 ms 1152 KB