結果

問題 No.790 ちきんの括弧並べ
ユーザー kotatsugamekotatsugame
提出日時 2019-02-22 21:02:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 348 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 2,294 ms
コンパイル使用メモリ 134,228 KB
実行使用メモリ 144,576 KB
最終ジャッジ日時 2024-11-25 03:41:00
合計ジャッジ時間 7,546 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 341 ms
144,176 KB
testcase_01 AC 348 ms
144,164 KB
testcase_02 AC 334 ms
144,036 KB
testcase_03 AC 339 ms
144,168 KB
testcase_04 AC 330 ms
144,308 KB
testcase_05 AC 325 ms
144,428 KB
testcase_06 AC 326 ms
144,436 KB
testcase_07 AC 334 ms
144,296 KB
testcase_08 AC 329 ms
144,576 KB
testcase_09 AC 333 ms
144,040 KB
testcase_10 AC 342 ms
144,168 KB
testcase_11 AC 338 ms
144,168 KB
testcase_12 AC 329 ms
144,052 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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