Egor's blog

By Egor, history, 3 months ago, In English

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)
  • Vote: I like it
  • +193
  • Vote: I do not like it

»
3 months ago, # |
  Vote: I like it +46 Vote: I do not like it

Over-engineering at its finest

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    If you know how to get around (non-checkbox) Cloudflare another way, I am all ears

»
3 months ago, # |
  Vote: I like it +28 Vote: I do not like it

Is it really more convenient to paste url to terminal than to submit via website?

  • »
    »
    3 months ago, # ^ |
      Vote: I like it +17 Vote: I do not like it

    It is if you use other tools in tandem

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Or bat file, which takes problem id as input and generates corresponding url. I did that with oj when I used that for atcoder submits while I still used c++

»
3 months ago, # |
  Vote: I like it +43 Vote: I do not like it

By the way, I forgot to write why I wanted such a tool. I usually use 2 screens for competitive programming, one for browser and one for ide. I do not want to shuffle browsers, so I can keep an eye on the results of the submit while reading the next problem, so I much prefer for the result of the submit to be shown in terminal, which is part of my ide layout.

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

cool

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

why would i use the tool over submitting myself?

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I already covered my own motivation for using such tool here

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

That's really cool, especially the fact that you did this for all these different websites. Thank you so much!!

»
3 months ago, # |
  Vote: I like it +24 Vote: I do not like it

Whoever uses it, be careful: it is much easier to accidentally submit something you didn't want to with this thing than without (for example, by pressing <Up> <Up> <Up> <Up> <Up> <Return> in the terminal with an incorrect number of <Up>s)

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

will it work during the live contest??

»
3 months ago, # |
Rev. 24   Vote: I like it 0 Vote: I do not like it

[deleted]

  • »
    »
    3 months ago, # ^ |
    Rev. 5   Vote: I like it 0 Vote: I do not like it

    [deleted]

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    script didnt work from the script you wrote these, so i downvoted, sry. <(_ _)>

    ideone is working fine.

    Thanks

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Support for toph.co is added

»
3 months ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

New version that is much better about dealing with various errors (compilation errors, you already submitted this code, contest ended, source limit exceeded, etc.). Also a link to the submission is now printed to terminal for convenience.

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    When the result is compilation error, it is not showing up on terminal. Terminal is stuck at Submitting. What could be the reason and how to resolve it?

    • »
      »
      »
      3 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      For which site? And make sure you've updated the tool

      • »
        »
        »
        »
        3 months ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        for codeforces, command submitter https://codeforces.me/contest/2039/problem/C2 c++ d:/B.py. B.py contains random c++ code which would not compile (submission).

        • »
          »
          »
          »
          »
          3 months ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          I fixed it and pushed fix to github, thank you

      • »
        »
        »
        »
        3 months ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        The tool is updated, I installed it half an hour ago.

»
3 months ago, # |
  Vote: I like it -32 Vote: I do not like it

Congratulations on reaching IGM!

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

New version:

  • Support for changes in codeforces pages format
  • Show submit URLs at the first opportunity for codeforces and atcoder
  • Removing some debug screenshots/saving the page source
»
2 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

I was looking for one after cf tool died. Thanks and hope you can link it with CP Editor.