Version 9 of the PC^2 Programming Contest Control System

2 Open Issues Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Update the `getSystemURL()` method in the `VersionInfo` class to return the correct GitHub URL for PC2 instead of the outdated CSUS URL. This involves changing a single line of code and potentially testing the change to ensure it functions correctly.

Complexity: 1/5
good first issue low priority Small LOE One Approval

Version 9 of the PC^2 Programming Contest Control System

Java

AI Summary: The task is to modify the PC^2 (Programming Contest Control System) to return a 429 (Too Many Requests) HTTP status code instead of a 500 (Internal Server Error) when a team exceeds the submission threshold via the CLICS 2023-06 API. This involves identifying the code that generates the 500 error, changing it to return 429, and potentially improving the error message for clarity.

Complexity: 4/5
good first issue CLICS CCS Update CI - Continuous Improvement medium-high Small LOE NEXT Contest One Approval Primary CCS

Version 9 of the PC^2 Programming Contest Control System

Java