sanchyalforn / Jutge-Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jutge-Algorithms

Compiling

g++ -Wall -o a.out XXXX.cpp

Executing

./a.out

If you want to add an input from a file:

./a.out < input.txt

About


Languages

Language:C++ 100.0%