結果

問題 No.566 だいたい完全二分木
ユーザー tailstails
提出日時 2017-09-11 14:58:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 335 ms / 2,000 ms
コード長 22 bytes
コンパイル時間 282 ms
コンパイル使用メモリ 119,976 KB
実行使用メモリ 136,024 KB
最終ジャッジ日時 2023-08-16 04:20:39
合計ジャッジ時間 5,414 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 329 ms
133,724 KB
testcase_01 AC 319 ms
133,548 KB
testcase_02 AC 328 ms
133,772 KB
testcase_03 AC 324 ms
133,460 KB
testcase_04 AC 318 ms
133,808 KB
testcase_05 AC 316 ms
133,644 KB
testcase_06 AC 318 ms
133,788 KB
testcase_07 AC 329 ms
133,788 KB
testcase_08 AC 329 ms
136,024 KB
testcase_09 AC 329 ms
133,844 KB
testcase_10 AC 335 ms
133,960 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ~pick *,1..^2**get
0