結果

問題 No.566 だいたい完全二分木
ユーザー tailstails
提出日時 2017-09-11 14:58:22
言語 Raku
(rakudo v2024.02)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 22 bytes
コンパイル時間 334 ms
コンパイル使用メモリ 129,020 KB
実行使用メモリ 141,132 KB
最終ジャッジ日時 2024-05-03 13:49:00
合計ジャッジ時間 4,903 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 307 ms
140,472 KB
testcase_02 AC 310 ms
140,852 KB
testcase_03 AC 309 ms
140,472 KB
testcase_04 AC 312 ms
140,828 KB
testcase_05 AC 327 ms
140,724 KB
testcase_06 AC 321 ms
140,696 KB
testcase_07 AC 315 ms
141,132 KB
testcase_08 AC 314 ms
140,852 KB
testcase_09 AC 314 ms
140,856 KB
testcase_10 AC 326 ms
140,724 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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