結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2021-03-25 15:02:28
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 397 ms / 5,000 ms
コード長 40 bytes
コンパイル時間 2,394 ms
コンパイル使用メモリ 128,356 KB
実行使用メモリ 137,592 KB
最終ジャッジ日時 2024-11-27 02:32:04
合計ジャッジ時間 10,871 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 378 ms
137,228 KB
testcase_01 AC 397 ms
136,716 KB
testcase_02 AC 392 ms
137,592 KB
testcase_03 AC 387 ms
136,844 KB
testcase_04 AC 376 ms
136,844 KB
testcase_05 AC 381 ms
137,104 KB
testcase_06 AC 371 ms
136,976 KB
testcase_07 AC 373 ms
136,972 KB
testcase_08 AC 381 ms
137,104 KB
testcase_09 AC 394 ms
137,104 KB
testcase_10 AC 391 ms
136,972 KB
testcase_11 AC 395 ms
136,740 KB
testcase_12 AC 387 ms
136,844 KB
testcase_13 AC 386 ms
136,868 KB
testcase_14 AC 384 ms
137,104 KB
testcase_15 AC 384 ms
136,848 KB
testcase_16 AC 385 ms
136,740 KB
testcase_17 AC 378 ms
136,848 KB
testcase_18 AC 375 ms
137,100 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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