結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
tamato
|
| 提出日時 | 2020-04-01 22:28:24 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 151 bytes |
| コンパイル時間 | 155 ms |
| コンパイル使用メモリ | 81,840 KB |
| 実行使用メモリ | 57,664 KB |
| 最終ジャッジ日時 | 2024-06-27 11:40:46 |
| 合計ジャッジ時間 | 3,499 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
def main():
import sys
input = sys.stdin.readline
S = input().rstrip('\n')
print(' '.join(S))
if __name__ == '__main__':
main()
tamato