提出 #47696068


ソースコード 拡げる

// Author: XZC(L_Wave)
// Language: Cpp/G++14
// Problem: A - Spread
// Contest: AtCoder - Sky Inc, Programming Contest 2023(AtCoder Beginner Contest 329)
// URL: https://atcoder.jp/contests/abc329/tasks/abc329_a
// Memory Limit: 1024 MB
// Time Limit: 2000 ms
// Create Time: not 2023-11-18 20:00:16, but 1926-08-17 11:45:14
// 
// Powered by CP Editor (https://cpeditor.org)

#include <bits/stdc++.h>
#define rep(i, a, b) for (int i = (a), i##ABRACADABRA = (b); i <= i##ABRACADABRA; i++)
#define drep(i, a, b) for (int i = (a), i##ABRACADABRA = (b); i >= i##ABRACADABRA; i--)
using namespace std;
using ll = long long;

int main() {
  char c;
  while (cin >> c)
    cout << c << ' ';
  return 0;
}

提出情報

提出日時
問題 A - Spread
ユーザ fft_ntt
言語 C++ 20 (gcc 12.2)
得点 100
コード長 731 Byte
結果 AC
実行時間 1 ms
メモリ 3644 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 9
セット名 テストケース
Sample sample00.txt, sample01.txt, sample02.txt
All sample00.txt, sample01.txt, sample02.txt, testcase00.txt, testcase01.txt, testcase02.txt, testcase03.txt, testcase04.txt, testcase05.txt
ケース名 結果 実行時間 メモリ
sample00.txt AC 1 ms 3644 KiB
sample01.txt AC 1 ms 3376 KiB
sample02.txt AC 1 ms 3376 KiB
testcase00.txt AC 1 ms 3468 KiB
testcase01.txt AC 1 ms 3556 KiB
testcase02.txt AC 1 ms 3488 KiB
testcase03.txt AC 1 ms 3436 KiB
testcase04.txt AC 1 ms 3572 KiB
testcase05.txt AC 1 ms 3464 KiB