結果

問題 No.790 ちきんの括弧並べ
ユーザー tailstails
提出日時 2019-02-21 22:41:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 343 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 1,346 ms
コンパイル使用メモリ 121,892 KB
実行使用メモリ 131,808 KB
最終ジャッジ日時 2023-08-13 14:50:10
合計ジャッジ時間 7,370 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 343 ms
131,808 KB
testcase_01 AC 337 ms
131,468 KB
testcase_02 AC 337 ms
131,264 KB
testcase_03 AC 338 ms
131,056 KB
testcase_04 AC 339 ms
131,576 KB
testcase_05 AC 339 ms
131,284 KB
testcase_06 AC 335 ms
131,324 KB
testcase_07 AC 336 ms
131,264 KB
testcase_08 AC 340 ms
131,576 KB
testcase_09 AC 334 ms
131,452 KB
testcase_10 AC 334 ms
131,740 KB
testcase_11 AC 335 ms
131,264 KB
testcase_12 AC 336 ms
131,672 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say [*](($_=+get)..2*.++)/[*] 2..$_
0