set nu " set mu set ruler color torte set tabstop=4 set shiftwidth=4 set autoindent set cindent set mouse=a inoremap ( ()<ESC>i inoremap [ []<ESC>i inoremap { {<CR>}<ESC>O…
嘛……后面的比赛基本都是在NOI Linux下进行了,windows下的开发环境基本都不能用了>_>果断转了vim,记录一下vim的配置文件- set nu syntax on filetype indent on set shiftwidth= set tabstop= set smartindent set cindent set autochdir set showmatch map<F9> :w<CR> :!g++ -g %<.cpp -o %< &…