結果

問題 No.22 括弧の対応
ユーザー kimiyukikimiyuki
提出日時 2017-04-11 18:34:23
言語 Vim script
(v9.1)
結果
AC  
実行時間 4 ms / 5,000 ms
コード長 109 bytes
コンパイル時間 153 ms
コンパイル使用メモリ 4,892 KB
実行使用メモリ 5,744 KB
最終ジャッジ日時 2023-09-27 13:13:44
合計ジャッジ時間 1,344 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,660 KB
testcase_01 AC 2 ms
5,648 KB
testcase_02 AC 3 ms
5,692 KB
testcase_03 AC 2 ms
5,728 KB
testcase_04 AC 3 ms
5,648 KB
testcase_05 AC 3 ms
5,700 KB
testcase_06 AC 3 ms
5,744 KB
testcase_07 AC 3 ms
5,732 KB
testcase_08 AC 3 ms
5,684 KB
testcase_09 AC 2 ms
5,660 KB
testcase_10 AC 2 ms
5,700 KB
testcase_11 AC 4 ms
5,724 KB
testcase_12 AC 3 ms
5,696 KB
testcase_13 AC 3 ms
5,652 KB
testcase_14 AC 2 ms
5,672 KB
testcase_15 AC 3 ms
5,712 KB
testcase_16 AC 3 ms
5,736 KB
testcase_17 AC 3 ms
5,664 KB
testcase_18 AC 3 ms
5,708 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

let p=getpos('.')
let p[2]=str2nr(split(getline(1))[1])
cal setpos('.',p)
norm %
let p=getpos('.')
pu =p[2]
p
0