結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2020-10-12 08:01:36
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 385 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 1,875 ms
コンパイル使用メモリ 119,508 KB
実行使用メモリ 124,144 KB
最終ジャッジ日時 2023-09-27 23:35:49
合計ジャッジ時間 8,864 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 368 ms
124,028 KB
testcase_01 AC 385 ms
124,020 KB
testcase_02 AC 369 ms
124,032 KB
testcase_03 AC 379 ms
123,544 KB
testcase_04 AC 368 ms
123,476 KB
testcase_05 AC 372 ms
123,860 KB
testcase_06 AC 369 ms
123,468 KB
testcase_07 AC 367 ms
124,020 KB
testcase_08 AC 366 ms
123,844 KB
testcase_09 AC 382 ms
124,144 KB
testcase_10 AC 373 ms
123,828 KB
testcase_11 AC 373 ms
124,100 KB
testcase_12 AC 373 ms
123,944 KB
testcase_13 AC 379 ms
123,816 KB
testcase_14 AC 371 ms
124,044 KB
testcase_15 AC 370 ms
123,832 KB
testcase_16 AC 368 ms
124,048 KB
testcase_17 AC 362 ms
123,440 KB
testcase_18 AC 372 ms
123,996 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=+<<words;put join "\n",grep {$_%%3||$_~~/3/},$0..$1
0