結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2020-10-12 16:39:12
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 376 ms / 5,000 ms
コード長 45 bytes
コンパイル時間 677 ms
コンパイル使用メモリ 124,408 KB
実行使用メモリ 136,248 KB
最終ジャッジ日時 2023-09-27 23:43:23
合計ジャッジ時間 8,589 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 363 ms
136,100 KB
testcase_01 AC 369 ms
136,120 KB
testcase_02 AC 366 ms
136,240 KB
testcase_03 AC 373 ms
136,096 KB
testcase_04 AC 365 ms
136,196 KB
testcase_05 AC 366 ms
136,008 KB
testcase_06 AC 371 ms
135,932 KB
testcase_07 AC 370 ms
136,192 KB
testcase_08 AC 361 ms
135,764 KB
testcase_09 AC 373 ms
136,232 KB
testcase_10 AC 368 ms
136,040 KB
testcase_11 AC 372 ms
136,196 KB
testcase_12 AC 376 ms
136,248 KB
testcase_13 AC 366 ms
136,228 KB
testcase_14 AC 367 ms
134,208 KB
testcase_15 AC 357 ms
136,244 KB
testcase_16 AC 359 ms
135,876 KB
testcase_17 AC 362 ms
136,120 KB
testcase_18 AC 365 ms
135,996 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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