Registering for the UVa Online Judge

CPE 103


Go to the UVa Online Judge programming contest site. This site offers practice programming problems and an online grader that will judge the correctness of your submission.

Create an account using your Cal Poly username. (The instructor will verify you completed the problem by checking the public rankings for your username).

Read the directions for submitting a program. In particular, for Java:


Create a solution and submit it using the Submit button on the above page. Click on the "My Submissions" link in the left side navigation panel to see the results.

While the online judge doesn't enforce any design or coding standards, the goal in this course is to use an appropriate data structure(s) and create readable and maintainable code.