Skip to content
junikimm717 edited this page Jan 10, 2021 · 3 revisions

Juni's Competitive Programming setup

This is Juni's Setup for Competitive Programming. It is designed to be used with different setups with different languages.

This repository has several setups that I tend to use as follows:

C++:
std - your vanilla c++ template (with precompiled headers)
selfio - a c++ template that supports running test cases locally (such as facebook hacker cup)

Java:

java - a java template with a custom input scanner using BufferedReader.
minjava - a barebones java template (for anti-templating contests such as usaco)

Python:
py - a barebones template for python (not used much)

Rust:
rust - a template for rust (with a custom scanner)


In this new repository, I do not change the names of the source file (ex. Main.cpp to $NAME.cpp), just the directory because it makes compiling far easier.

Clone this wiki locally