Skip to content

UVA Judge Online - Uva solutions in cpp following the Competitive Programming book order

License

Notifications You must be signed in to change notification settings

willsaibott/uva-solutions-cpp

Repository files navigation

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>