]> UT UPE :: Setup

Step I: Download

You need to download the PC2 submission software link. The compressed file is 2 Megs and uncompressed the software is 3 Megs.

Step II: Unzip

Unzip the software into your home directory.

Linux command: tar -xvf pc2v87.tar.gz

Step III: Install

You need to replace the file pc2/pc2v8.ini with this version of the file with server information specific to our contest.

Step IV: Run

Run the command pc2/pc2team to start the submission software.

Step V: Compete

Most of the submission software is simple to use, but if you need help you can consult the PC2 contestant's guide link.

During the practice session, be sure that you know how to:

  • Submit a solution
  • Test using the system (this will not work if you are using Windows and C++)
  • Request a clarification

Step VI: Writing code

Remember, when solving the problems that input must be taken from the standard input. Output must be printed to the standard output. You can look at these solutions to the sample problem.

Java Solution solution.java

C++ Solution solution.cpp

Python Solution solution.py