nathanlo99 / dmoj_archive

An archive of my DMOJ submissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMOJ Archive

An archive of my DMOJ submissions

Disclaimer:

  • Solutions are made public for reference only: Copying of solutions will not be tolerated and those who do will be promptly reported to DMOJ admins.

How to run the scripts:

  • Move the scripts to a fresh directory
  • chmod the scripts
  • run dmoj.py before running anything else
  • The working directory should contain half-done solutions that have not yet gotten AC on DMOJ.
  • The done directory contains archives of the fastest submissions for any given problem.

Caveats:

  • A .dmoj_creds file will created the first time you run dmoj.py, and will contain your username and password in a decodable format. Don't use this script on a public computer

TODO:

  • Merge submit, problem_info scripts into one file, and pass command-line arguments

About

An archive of my DMOJ submissions


Languages

Language:Python 53.5%Language:C++ 35.7%Language:C 10.3%Language:Assembly 0.3%Language:Turing 0.2%Language:Perl 0.1%Language:Brainfuck 0.0%