結果

問題 No.292 芸名
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 18:39:08
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 431 ms / 2,000 ms
コード長 76 bytes
コンパイル時間 509 ms
コンパイル使用メモリ 128,676 KB
実行使用メモリ 136,784 KB
最終ジャッジ日時 2024-07-20 21:01:05
合計ジャッジ時間 7,140 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 421 ms
136,536 KB
testcase_01 AC 413 ms
136,592 KB
testcase_02 AC 414 ms
136,596 KB
testcase_03 AC 413 ms
136,676 KB
testcase_04 AC 431 ms
136,596 KB
testcase_05 AC 419 ms
136,664 KB
testcase_06 AC 420 ms
136,784 KB
testcase_07 AC 422 ms
136,408 KB
testcase_08 AC 419 ms
136,664 KB
testcase_09 AC 431 ms
136,536 KB
testcase_10 AC 425 ms
136,540 KB
testcase_11 AC 422 ms
136,664 KB
testcase_12 AC 430 ms
136,540 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my ($s,@a)=words;map {$s.substr-rw($_,1)=" "},@a.unique;say $s.subst(" ",:g)
0