結果

問題 No.207 世界のなんとか
ユーザー yuruhiyayuruhiya
提出日時 2021-02-10 22:26:42
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 419 ms / 5,000 ms
コード長 41 bytes
コンパイル時間 2,059 ms
コンパイル使用メモリ 124,704 KB
実行使用メモリ 136,416 KB
最終ジャッジ日時 2023-09-22 18:39:29
合計ジャッジ時間 10,951 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 413 ms
136,232 KB
testcase_01 AC 401 ms
136,156 KB
testcase_02 AC 419 ms
136,196 KB
testcase_03 AC 406 ms
136,388 KB
testcase_04 AC 401 ms
136,264 KB
testcase_05 AC 408 ms
136,276 KB
testcase_06 AC 398 ms
136,092 KB
testcase_07 AC 403 ms
136,256 KB
testcase_08 AC 397 ms
136,176 KB
testcase_09 AC 409 ms
136,316 KB
testcase_10 AC 410 ms
136,236 KB
testcase_11 AC 409 ms
136,360 KB
testcase_12 AC 405 ms
136,328 KB
testcase_13 AC 405 ms
136,140 KB
testcase_14 AC 414 ms
136,392 KB
testcase_15 AC 405 ms
136,416 KB
testcase_16 AC 395 ms
136,212 KB
testcase_17 AC 398 ms
136,000 KB
testcase_18 AC 403 ms
136,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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