結果

問題 No.790 ちきんの括弧並べ
ユーザー kotatsugamekotatsugame
提出日時 2019-02-22 21:02:50
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 356 ms / 2,000 ms
コード長 32 bytes
コンパイル時間 379 ms
コンパイル使用メモリ 133,844 KB
実行使用メモリ 144,432 KB
最終ジャッジ日時 2024-11-25 03:45:50
合計ジャッジ時間 5,918 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 354 ms
144,032 KB
testcase_01 AC 355 ms
144,164 KB
testcase_02 AC 352 ms
144,048 KB
testcase_03 AC 351 ms
144,048 KB
testcase_04 AC 356 ms
144,168 KB
testcase_05 AC 348 ms
143,908 KB
testcase_06 AC 348 ms
143,908 KB
testcase_07 AC 352 ms
144,036 KB
testcase_08 AC 353 ms
144,424 KB
testcase_09 AC 355 ms
144,052 KB
testcase_10 AC 352 ms
144,432 KB
testcase_11 AC 353 ms
143,924 KB
testcase_12 AC 355 ms
144,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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