結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2020-10-12 16:39:12
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 463 ms / 5,000 ms
コード長 45 bytes
コンパイル時間 2,595 ms
コンパイル使用メモリ 135,564 KB
実行使用メモリ 137,760 KB
最終ジャッジ日時 2024-07-20 18:04:31
合計ジャッジ時間 9,613 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 395 ms
137,616 KB
testcase_01 AC 403 ms
137,232 KB
testcase_02 AC 407 ms
137,360 KB
testcase_03 AC 401 ms
135,952 KB
testcase_04 AC 410 ms
137,760 KB
testcase_05 AC 400 ms
137,584 KB
testcase_06 AC 399 ms
135,948 KB
testcase_07 AC 399 ms
136,208 KB
testcase_08 AC 406 ms
137,740 KB
testcase_09 AC 413 ms
137,616 KB
testcase_10 AC 415 ms
137,612 KB
testcase_11 AC 429 ms
137,716 KB
testcase_12 AC 463 ms
137,656 KB
testcase_13 AC 462 ms
137,612 KB
testcase_14 AC 417 ms
137,104 KB
testcase_15 AC 406 ms
137,356 KB
testcase_16 AC 403 ms
137,612 KB
testcase_17 AC 398 ms
137,460 KB
testcase_18 AC 407 ms
137,484 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;map *.say,grep {$_%%3||/3/},+$0..+$1
0