Skip to content

Files

Latest commit

 

History

History

2022 ACM-ICPC Vietnam Northern Provincial Programming Contest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

2022 ACM-ICPC Vietnam Northern Provincial Programming Contest

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