結果

問題 No.790 ちきんの括弧並べ
ユーザー tailstails
提出日時 2019-02-21 22:41:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 353 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 2,233 ms
コンパイル使用メモリ 134,900 KB
実行使用メモリ 144,552 KB
最終ジャッジ日時 2024-11-21 10:31:22
合計ジャッジ時間 7,510 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 328 ms
144,292 KB
testcase_01 AC 326 ms
144,028 KB
testcase_02 AC 353 ms
144,152 KB
testcase_03 AC 326 ms
144,408 KB
testcase_04 AC 327 ms
144,552 KB
testcase_05 AC 323 ms
143,892 KB
testcase_06 AC 325 ms
144,424 KB
testcase_07 AC 325 ms
143,892 KB
testcase_08 AC 329 ms
144,408 KB
testcase_09 AC 326 ms
144,548 KB
testcase_10 AC 328 ms
144,280 KB
testcase_11 AC 325 ms
144,148 KB
testcase_12 AC 326 ms
144,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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