結果

問題 No.790 ちきんの括弧並べ
ユーザー kotatsugamekotatsugame
提出日時 2019-02-22 21:09:34
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 353 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 548 ms
コンパイル使用メモリ 132,112 KB
実行使用メモリ 144,568 KB
最終ジャッジ日時 2024-11-25 04:14:28
合計ジャッジ時間 5,866 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 339 ms
142,744 KB
testcase_01 AC 336 ms
143,128 KB
testcase_02 AC 333 ms
143,156 KB
testcase_03 AC 334 ms
144,568 KB
testcase_04 AC 345 ms
144,188 KB
testcase_05 AC 350 ms
144,308 KB
testcase_06 AC 335 ms
144,440 KB
testcase_07 AC 348 ms
144,440 KB
testcase_08 AC 353 ms
144,176 KB
testcase_09 AC 331 ms
144,316 KB
testcase_10 AC 342 ms
144,308 KB
testcase_11 AC 333 ms
144,564 KB
testcase_12 AC 340 ms
144,440 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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