結果

問題 No.292 芸名
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 18:39:08
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 387 ms / 2,000 ms
コード長 76 bytes
コンパイル時間 559 ms
コンパイル使用メモリ 125,564 KB
実行使用メモリ 136,588 KB
最終ジャッジ日時 2023-09-28 02:23:55
合計ジャッジ時間 6,762 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 358 ms
136,188 KB
testcase_01 AC 356 ms
136,364 KB
testcase_02 AC 387 ms
136,384 KB
testcase_03 AC 359 ms
136,460 KB
testcase_04 AC 361 ms
136,240 KB
testcase_05 AC 364 ms
136,268 KB
testcase_06 AC 371 ms
136,392 KB
testcase_07 AC 380 ms
136,296 KB
testcase_08 AC 363 ms
136,372 KB
testcase_09 AC 367 ms
136,360 KB
testcase_10 AC 358 ms
136,588 KB
testcase_11 AC 368 ms
136,464 KB
testcase_12 AC 366 ms
136,356 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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