Submission #891797


Source Code Expand

# -*- coding: utf-8 -*-
raw = raw_input('>>>')

ans =  raw[:4]+' '+raw[4:]

print ans

Submission Info

Submission Time
Task A - CODEFESTIVAL 2016
User seed71
Language Python (2.7.6)
Score 0
Code Size 90 Byte
Status WA
Exec Time 16 ms
Memory 2568 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 16 ms 2568 KB
0_01.txt WA 16 ms 2568 KB
0_02.txt WA 16 ms 2568 KB
1_00.txt WA 16 ms 2568 KB
1_01.txt WA 16 ms 2568 KB
1_02.txt WA 16 ms 2568 KB