/Judge

Primary LanguageC++

Judge

My online judge solutions to practice programming logic.

Prerequisites

g++

Running the solutions

Inside the chosen problem folder

Directly in the terminal:

g++ problem_number.cpp -o problem_number

./problem_number

With input and output files:

g++ problem_number.cpp -o problem_number

./problem_number <input.txt> output.txt