Skip to content

Files

Latest commit

 

History

History

Nordic Collegiate Programming Contest (NCPC) 2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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