GitXplorerGitXplorer
F

nacc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ac88743f80822c1f21d18f0f92d116e28799c24a

Fix open usage

FFoo-x committed 4 years ago
Unverified
b67a0081f910cd65fffe1a0f7bb8fac7041fc134

Fix to break line before time

FFoo-x committed 4 years ago
Unverified
2cd8f258962ebb82aa54611edea67db1d2c102be

Update README

FFoo-x committed 4 years ago
Unverified
27b3ac9e28fcdc06d3a1e0890ea7fff868942d77

Update README

FFoo-x committed 4 years ago
Unverified
852ea79febd718ac8d700409a5c4d2b896e555e2

Update var option message

FFoo-x committed 4 years ago
Unverified
6f9adcfe23c449bf44c3947bf4db075c56f57060

Add open cmd

FFoo-x committed 4 years ago

README

The README file for this repository.

nacc

A Nim AtCoder command line tool.
Only tested on Windows Subsystem for Linux.
Feel free to open an issue.

Features

  • Create a directory for AtCoder contest
    • Download sample cases
  • Test your code

Installation

nimble install https://github.com/Foo-x/nacc

Usage

# create a directory for the contest and download sample cases
nacc new abc175

The login prompt is displayed for the first time.
If successful, the session will be saved to ~/.nacc_session and reused from the next time.

# test your code
nacc test abc175 a

The elapsed time and used memory are measured by GNU time. (/usr/bin/time)
The compiled binary is placed in temporary dir created by mktemp.