結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2021-02-10 22:26:42
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 359 ms / 5,000 ms
コード長 41 bytes
コンパイル時間 456 ms
コンパイル使用メモリ 132,360 KB
実行使用メモリ 139,276 KB
最終ジャッジ日時 2024-07-08 09:52:01
合計ジャッジ時間 7,939 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 349 ms
138,768 KB
testcase_01 AC 339 ms
138,896 KB
testcase_02 AC 349 ms
139,276 KB
testcase_03 AC 341 ms
139,148 KB
testcase_04 AC 341 ms
138,768 KB
testcase_05 AC 340 ms
138,636 KB
testcase_06 AC 339 ms
136,976 KB
testcase_07 AC 337 ms
137,100 KB
testcase_08 AC 337 ms
138,640 KB
testcase_09 AC 339 ms
136,588 KB
testcase_10 AC 351 ms
138,784 KB
testcase_11 AC 353 ms
139,152 KB
testcase_12 AC 349 ms
138,896 KB
testcase_13 AC 348 ms
138,768 KB
testcase_14 AC 353 ms
136,820 KB
testcase_15 AC 359 ms
136,848 KB
testcase_16 AC 335 ms
138,660 KB
testcase_17 AC 336 ms
138,636 KB
testcase_18 AC 339 ms
138,512 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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