結果

問題 No.790 ちきんの括弧並べ
ユーザー %20%20
提出日時 2019-02-21 19:40:24
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 383 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 710 ms
コンパイル使用メモリ 121,796 KB
実行使用メモリ 133,588 KB
最終ジャッジ日時 2023-08-13 00:43:08
合計ジャッジ時間 6,731 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 371 ms
133,480 KB
testcase_01 AC 366 ms
133,420 KB
testcase_02 AC 383 ms
133,568 KB
testcase_03 AC 364 ms
133,428 KB
testcase_04 AC 367 ms
133,448 KB
testcase_05 AC 366 ms
133,480 KB
testcase_06 AC 363 ms
133,500 KB
testcase_07 AC 366 ms
133,284 KB
testcase_08 AC 360 ms
133,396 KB
testcase_09 AC 372 ms
133,588 KB
testcase_10 AC 370 ms
133,504 KB
testcase_11 AC 361 ms
133,476 KB
testcase_12 AC 367 ms
133,344 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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