Submitter

Revision en1, by Egor, 2024-11-26 12:45:41

Hello!

I am introducing a new tool for competitive programming—submitter. It does just that, submits your solution to supported online judges and displays results, all from the comfort of your command line.

Prerequisites

You would need rust and docker

Installation

cargo install --git https://github.com/EgorKulikov/submitter

Usage

submitter <task url> <language> <path to solution>

Supported sites

At the moment the following is supported:

  • Codeforces (unless Cloudflare would want to click you on the box, I cannot fool it yet)
  • Codechef
  • Yandex Contest
  • AtCoder
  • Universal Cup
  • Luogu (no support for changing language, language of the last submit is used)
Tags command line

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Egor 2024-11-26 12:45:41 821 Initial revision (published)