Advertisement
Kevin_Zhang

Untitled

Dec 17th, 2020
3,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.22 KB | None | 0 0
  1. set nu cin rnu ts=4 sw=4
  2. sy on
  3. map<F7> :w|!g++ -std=c++17 "%" -o run -fsanitize=undefined -DKEV<CR>
  4. map<F8> :!cat 01.in && echo "---------" && ./run < 01.in<CR>
  5. map<F9> :!./run<CR>
  6. map<C-p> I// <ESC>
  7. map<leader>y ggVG"+y
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement