Submission #891783


Source Code Expand

word_split(s);

function word_split (s) {
  var first_word = s.slice(0, 4);
  var second_word = s.slice(4);
  console.log(first_word + ' ' + second_word);
}

Submission Info

Submission Time
Task A - CODEFESTIVAL 2016
User moonhint
Language JavaScript (node.js v5.12)
Score 0
Code Size 162 Byte
Status RE
Exec Time 1098 ms
Memory 20980 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
RE × 3
RE × 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 RE 1098 ms 20980 KB
0_01.txt RE 62 ms 6904 KB
0_02.txt RE 63 ms 6904 KB
1_00.txt RE 62 ms 6904 KB
1_01.txt RE 63 ms 6904 KB
1_02.txt RE 62 ms 6904 KB