結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2021-02-10 22:25:34
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 341 ms / 5,000 ms
コード長 42 bytes
コンパイル時間 2,007 ms
コンパイル使用メモリ 127,396 KB
実行使用メモリ 137,912 KB
最終ジャッジ日時 2024-07-08 09:51:01
合計ジャッジ時間 9,037 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 327 ms
137,760 KB
testcase_01 AC 326 ms
137,892 KB
testcase_02 AC 325 ms
136,864 KB
testcase_03 AC 322 ms
137,912 KB
testcase_04 AC 341 ms
137,892 KB
testcase_05 AC 323 ms
137,632 KB
testcase_06 AC 328 ms
137,912 KB
testcase_07 AC 324 ms
137,636 KB
testcase_08 AC 318 ms
136,996 KB
testcase_09 AC 326 ms
137,636 KB
testcase_10 AC 330 ms
137,632 KB
testcase_11 AC 326 ms
137,908 KB
testcase_12 AC 330 ms
137,632 KB
testcase_13 AC 332 ms
137,632 KB
testcase_14 AC 333 ms
137,760 KB
testcase_15 AC 330 ms
137,632 KB
testcase_16 AC 328 ms
137,764 KB
testcase_17 AC 322 ms
137,912 KB
testcase_18 AC 318 ms
137,632 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;grep({$_%%3||/3/},+$0..+$1)>>.say
0