提出 #890774


ソースコード 拡げる

#include <bits/stdc++.h>
using namespace std;

#define FOR(a, b, c) for(int a=b;a<c;a++)

typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, int> pli;
typedef pair<ll, ll> pll;

int main() {
	char a[15];
	cin >> a;
	FOR(i, 0, 4) {
		cout << a[i];
	}
	cout << " ";
	FOR(i, 4, 12) {
		cout << a[i];
	}
	cout << endl;
}

提出情報

提出日時
問題 A - CODEFESTIVAL 2016
ユーザ elta19371277
言語 C++14 (GCC 5.4.1)
得点 100
コード長 353 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 3 ms 256 KiB
0_02.txt AC 3 ms 256 KiB
1_00.txt AC 3 ms 256 KiB
1_01.txt AC 2 ms 256 KiB
1_02.txt AC 3 ms 256 KiB