Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 400 Bytes

competitive-programming

UVA Judge Online - Competitive - programming in Cpp

Solutions For UVA Online Judge in cpp

Give execution permitions to the run script

$ chmod +x run.sh

Edit the run.sh file according to the chapter and sub chapter that the exercise appears in the Competitive Programming book

$ export CH='2/2/'

and run:

$ ./run.sh <exercise number>