結果

問題 No.790 ちきんの括弧並べ
ユーザー %20%20
提出日時 2019-02-21 19:37:38
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 36 bytes
コンパイル時間 1,938 ms
コンパイル使用メモリ 120,024 KB
実行使用メモリ 133,764 KB
最終ジャッジ日時 2023-08-12 23:36:42
合計ジャッジ時間 8,521 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 373 ms
131,728 KB
testcase_01 AC 370 ms
131,720 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 409 ms
131,780 KB
testcase_08 AC 392 ms
131,988 KB
testcase_09 AC 392 ms
132,208 KB
testcase_10 AC 374 ms
131,996 KB
testcase_11 AC 371 ms
131,724 KB
testcase_12 AC 367 ms
131,968 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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