提出 #890481


ソースコード 拡げる

#include <iostream>
#include <string>

using namespace std;

int main(){
    string str;
    cin >> str;
    cout << str.substr(0,4) << " " << str.substr(4,12) << endl;
}

提出情報

提出日時
問題 A - CODEFESTIVAL 2016
ユーザ hu5
言語 C++14 (GCC 5.4.1)
得点 100
コード長 179 Byte
結果 AC
実行時間 3 ms
メモリ 256 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 6
セット名 テストケース
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
ケース名 結果 実行時間 メモリ
0_00.txt AC 3 ms 256 KiB
0_01.txt AC 2 ms 256 KiB
0_02.txt AC 2 ms 256 KiB
1_00.txt AC 2 ms 256 KiB
1_01.txt AC 3 ms 256 KiB
1_02.txt AC 2 ms 256 KiB