結果

問題 No.566 だいたい完全二分木
ユーザー yuruhiyayuruhiya
提出日時 2021-11-06 18:22:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 327 ms / 2,000 ms
コード長 21 bytes
コンパイル時間 1,210 ms
コンパイル使用メモリ 119,912 KB
実行使用メモリ 128,520 KB
最終ジャッジ日時 2023-08-07 13:06:12
合計ジャッジ時間 6,205 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 316 ms
128,236 KB
testcase_01 AC 316 ms
128,196 KB
testcase_02 AC 318 ms
128,164 KB
testcase_03 AC 316 ms
128,296 KB
testcase_04 AC 320 ms
128,124 KB
testcase_05 AC 323 ms
128,068 KB
testcase_06 AC 321 ms
128,316 KB
testcase_07 AC 323 ms
127,836 KB
testcase_08 AC 327 ms
128,452 KB
testcase_09 AC 326 ms
128,520 KB
testcase_10 AC 327 ms
128,128 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

put pick *,1..^2**get
0