結果

問題 No.790 ちきんの括弧並べ
ユーザー kotatsugamekotatsugame
提出日時 2019-02-22 21:08:26
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 342 ms / 2,000 ms
コード長 29 bytes
コンパイル時間 2,472 ms
コンパイル使用メモリ 128,368 KB
実行使用メモリ 140,424 KB
最終ジャッジ日時 2024-11-25 04:04:29
合計ジャッジ時間 6,149 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 329 ms
140,168 KB
testcase_01 AC 330 ms
140,164 KB
testcase_02 AC 324 ms
139,780 KB
testcase_03 AC 328 ms
140,424 KB
testcase_04 AC 334 ms
140,040 KB
testcase_05 AC 333 ms
140,168 KB
testcase_06 AC 332 ms
140,168 KB
testcase_07 AC 342 ms
139,912 KB
testcase_08 AC 335 ms
140,420 KB
testcase_09 AC 337 ms
140,424 KB
testcase_10 AC 332 ms
139,908 KB
testcase_11 AC 330 ms
139,912 KB
testcase_12 AC 334 ms
140,424 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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