結果

問題 No.887 Collatz
ユーザー kotatsugamekotatsugame
提出日時 2019-09-21 00:55:30
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 726 ms
コンパイル使用メモリ 125,368 KB
実行使用メモリ 138,148 KB
最終ジャッジ日時 2024-09-15 06:27:36
合計ジャッジ時間 16,131 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 417 ms
137,252 KB
testcase_01 AC 423 ms
137,612 KB
testcase_02 WA -
testcase_03 AC 413 ms
136,736 KB
testcase_04 AC 414 ms
137,120 KB
testcase_05 AC 422 ms
137,368 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 421 ms
137,120 KB
testcase_10 WA -
testcase_11 AC 421 ms
135,800 KB
testcase_12 AC 418 ms
137,248 KB
testcase_13 AC 421 ms
137,376 KB
testcase_14 WA -
testcase_15 AC 432 ms
137,632 KB
testcase_16 AC 438 ms
137,504 KB
testcase_17 AC 443 ms
138,128 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 448 ms
138,000 KB
testcase_21 AC 427 ms
135,584 KB
testcase_22 AC 424 ms
137,380 KB
testcase_23 WA -
testcase_24 AC 428 ms
137,484 KB
testcase_25 WA -
testcase_26 AC 430 ms
137,360 KB
testcase_27 AC 424 ms
137,616 KB
testcase_28 AC 437 ms
137,636 KB
testcase_29 AC 454 ms
138,148 KB
testcase_30 AC 459 ms
138,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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