結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2020-10-12 08:01:36
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 400 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 437 ms
コンパイル使用メモリ 136,504 KB
実行使用メモリ 139,172 KB
最終ジャッジ日時 2024-07-20 17:56:05
合計ジャッジ時間 8,970 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 389 ms
138,016 KB
testcase_01 AC 395 ms
138,016 KB
testcase_02 AC 384 ms
137,764 KB
testcase_03 AC 388 ms
138,388 KB
testcase_04 AC 382 ms
137,632 KB
testcase_05 AC 384 ms
137,888 KB
testcase_06 AC 395 ms
137,632 KB
testcase_07 AC 392 ms
137,764 KB
testcase_08 AC 389 ms
137,764 KB
testcase_09 AC 392 ms
139,172 KB
testcase_10 AC 386 ms
137,764 KB
testcase_11 AC 389 ms
138,560 KB
testcase_12 AC 397 ms
137,764 KB
testcase_13 AC 392 ms
137,652 KB
testcase_14 AC 400 ms
137,764 KB
testcase_15 AC 391 ms
138,516 KB
testcase_16 AC 382 ms
138,564 KB
testcase_17 AC 381 ms
137,760 KB
testcase_18 AC 397 ms
137,524 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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