結果

問題 No.22 括弧の対応
ユーザー kimiyukikimiyuki
提出日時 2017-04-11 18:46:38
言語 Vim script
(v9.1)
結果
AC  
実行時間 4 ms / 5,000 ms
コード長 78 bytes
コンパイル時間 129 ms
コンパイル使用メモリ 5,336 KB
実行使用メモリ 5,732 KB
最終ジャッジ日時 2023-09-27 13:14:06
合計ジャッジ時間 1,128 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,680 KB
testcase_01 AC 3 ms
5,596 KB
testcase_02 AC 3 ms
5,660 KB
testcase_03 AC 4 ms
5,584 KB
testcase_04 AC 3 ms
5,636 KB
testcase_05 AC 3 ms
5,644 KB
testcase_06 AC 4 ms
5,648 KB
testcase_07 AC 3 ms
5,576 KB
testcase_08 AC 3 ms
5,600 KB
testcase_09 AC 3 ms
5,604 KB
testcase_10 AC 3 ms
5,600 KB
testcase_11 AC 3 ms
5,660 KB
testcase_12 AC 3 ms
5,596 KB
testcase_13 AC 3 ms
5,496 KB
testcase_14 AC 3 ms
5,592 KB
testcase_15 AC 3 ms
5,560 KB
testcase_16 AC 3 ms
5,648 KB
testcase_17 AC 3 ms
5,732 KB
testcase_18 AC 3 ms
5,600 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

norm kwdw
cal setpos('.',[0,2,str2nr(getreg()),0])
norm %
pu =getpos('.')[2]
p
0