Skip to content

Files

Nordic Collegiate Programming Contest (NCPC) 2021

Nordic Collegiate Programming Contest (NCPC) 2021

Usage

First, copy and create problem file

cp template.cpp (problem name).cpp

Second, add input into file input.txt

Final, run your code

$ ./run.sh (problem name) (type=0, 1)
type 0 if you want to print your output into terminal, otherwise 1 print into file output.txt