結果

問題 No.887 Collatz
ユーザー yuruhiyayuruhiya
提出日時 2021-08-01 14:58:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 425 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 351 ms
コンパイル使用メモリ 122,264 KB
実行使用メモリ 132,764 KB
最終ジャッジ日時 2023-10-14 18:46:00
合計ジャッジ時間 14,894 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
132,140 KB
testcase_01 AC 403 ms
132,356 KB
testcase_02 AC 390 ms
132,100 KB
testcase_03 AC 377 ms
132,128 KB
testcase_04 AC 382 ms
131,936 KB
testcase_05 AC 377 ms
132,088 KB
testcase_06 AC 374 ms
132,040 KB
testcase_07 AC 379 ms
132,092 KB
testcase_08 AC 379 ms
132,212 KB
testcase_09 AC 380 ms
132,136 KB
testcase_10 AC 385 ms
131,956 KB
testcase_11 AC 389 ms
132,088 KB
testcase_12 AC 385 ms
132,120 KB
testcase_13 AC 396 ms
132,232 KB
testcase_14 AC 389 ms
132,156 KB
testcase_15 AC 406 ms
132,316 KB
testcase_16 AC 400 ms
132,348 KB
testcase_17 AC 425 ms
132,644 KB
testcase_18 AC 398 ms
132,352 KB
testcase_19 AC 405 ms
132,520 KB
testcase_20 AC 423 ms
132,544 KB
testcase_21 AC 403 ms
132,308 KB
testcase_22 AC 397 ms
132,192 KB
testcase_23 AC 395 ms
132,052 KB
testcase_24 AC 400 ms
132,312 KB
testcase_25 AC 386 ms
132,172 KB
testcase_26 AC 399 ms
132,356 KB
testcase_27 AC 395 ms
132,380 KB
testcase_28 AC 407 ms
132,300 KB
testcase_29 AC 421 ms
132,764 KB
testcase_30 AC 417 ms
132,564 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

(+get,{$_%2??$_*3+1!!$_/2}...1)~~[$_-1,.max]>>.say
0