結果

問題 No.887 Collatz
ユーザー kotatsugamekotatsugame
提出日時 2019-09-21 00:55:30
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 1,840 ms
コンパイル使用メモリ 122,740 KB
実行使用メモリ 132,736 KB
最終ジャッジ日時 2023-10-13 09:20:12
合計ジャッジ時間 12,803 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
132,240 KB
testcase_01 AC 361 ms
132,236 KB
testcase_02 WA -
testcase_03 AC 345 ms
132,144 KB
testcase_04 AC 352 ms
132,088 KB
testcase_05 AC 348 ms
132,020 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 346 ms
132,228 KB
testcase_10 WA -
testcase_11 AC 342 ms
132,128 KB
testcase_12 AC 356 ms
132,060 KB
testcase_13 AC 341 ms
132,080 KB
testcase_14 WA -
testcase_15 AC 360 ms
132,060 KB
testcase_16 AC 352 ms
132,216 KB
testcase_17 AC 377 ms
132,492 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 372 ms
132,736 KB
testcase_21 AC 358 ms
132,232 KB
testcase_22 AC 344 ms
132,300 KB
testcase_23 WA -
testcase_24 AC 351 ms
132,336 KB
testcase_25 WA -
testcase_26 AC 364 ms
132,320 KB
testcase_27 AC 346 ms
132,120 KB
testcase_28 AC 361 ms
132,236 KB
testcase_29 AC 373 ms
132,460 KB
testcase_30 AC 377 ms
132,556 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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