結果

問題 No.887 Collatz
ユーザー kotatsugamekotatsugame
提出日時 2019-09-21 00:55:58
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 451 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 584 ms
コンパイル使用メモリ 126,080 KB
実行使用メモリ 137,900 KB
最終ジャッジ日時 2024-09-15 06:28:01
合計ジャッジ時間 15,534 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 414 ms
136,992 KB
testcase_01 AC 431 ms
137,508 KB
testcase_02 AC 416 ms
135,820 KB
testcase_03 AC 412 ms
136,864 KB
testcase_04 AC 413 ms
137,252 KB
testcase_05 AC 412 ms
137,232 KB
testcase_06 AC 417 ms
137,120 KB
testcase_07 AC 418 ms
135,588 KB
testcase_08 AC 426 ms
137,104 KB
testcase_09 AC 423 ms
137,228 KB
testcase_10 AC 423 ms
135,844 KB
testcase_11 AC 423 ms
137,100 KB
testcase_12 AC 422 ms
135,844 KB
testcase_13 AC 420 ms
137,124 KB
testcase_14 AC 425 ms
137,360 KB
testcase_15 AC 437 ms
137,376 KB
testcase_16 AC 437 ms
135,504 KB
testcase_17 AC 450 ms
137,868 KB
testcase_18 AC 437 ms
135,608 KB
testcase_19 AC 427 ms
135,688 KB
testcase_20 AC 451 ms
137,744 KB
testcase_21 AC 430 ms
137,744 KB
testcase_22 AC 420 ms
137,360 KB
testcase_23 AC 435 ms
135,712 KB
testcase_24 AC 432 ms
137,396 KB
testcase_25 AC 429 ms
135,716 KB
testcase_26 AC 447 ms
135,504 KB
testcase_27 AC 429 ms
137,632 KB
testcase_28 AC 429 ms
137,356 KB
testcase_29 AC 449 ms
137,900 KB
testcase_30 AC 444 ms
137,868 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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