結果

問題 No.790 ちきんの括弧並べ
ユーザー %20%20
提出日時 2019-02-21 19:37:38
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 36 bytes
コンパイル時間 2,650 ms
コンパイル使用メモリ 134,180 KB
実行使用メモリ 144,448 KB
最終ジャッジ日時 2024-11-20 15:57:23
合計ジャッジ時間 8,284 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 350 ms
136,612 KB
testcase_01 AC 352 ms
136,608 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 363 ms
137,248 KB
testcase_08 AC 360 ms
137,120 KB
testcase_09 AC 360 ms
137,380 KB
testcase_10 AC 349 ms
136,868 KB
testcase_11 AC 347 ms
136,864 KB
testcase_12 AC 359 ms
137,120 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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