procon.nvim

module
v0.0.0-...-3c6041a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2020 License: MIT

README

procon.nvim

This is an experimental plugin for Neovim to automate the typical tasks in competitive programming.

procon_nvim

Supported websites are

Supported languages are

  • C++14/gcc
  • C++17/gcc

Installing

You'll need to install Go.

vim-plug
Plug 'utahta/procon.nvim', {'do': 'make'}

How to use

  1. Enter the :ProconSet command to set up the site, contest, etc. that you challenge. Then the plugin will create a new file with an appropriate name in the current directory. If there is already a file with the same name, you can enter any name you like.
  2. Write the code.
  3. Enter the :ProconCheck command to make sure your program outputs the correct answer. If your program outputs the correct answer, you'll get the AC. And of course, if it outputs the wrong answer, you'll get the WA. Note: If the task accepts multiple answers, you may get the WA even if your program outputs the correct answer, because the plugin only compares it to the sample cases.
  4. If you are confident that you'll get the AC, enter the :ProconSubmit to submit your code.

Directories

Path Synopsis
src
cmp
procon-client/base/internal/cookiejar
Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.
Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.
vim

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL