結果
問題 |
No.1017 Reiwa Sequence
|
ユーザー |
![]() |
提出日時 | 2020-03-30 10:43:04 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 92 bytes |
コンパイル時間 | 130 ms |
コンパイル使用メモリ | 12,800 KB |
実行使用メモリ | 52,656 KB |
最終ジャッジ日時 | 2024-07-03 00:35:34 |
合計ジャッジ時間 | 36,348 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 4 |
other | WA * 50 |
ソースコード
input() A = map(int, input().split()) print(' '.join(map(str, [i * 10 ** 100 for i in A])))