Difference between revisions of "United States of America Computing Olympiad"

(Internet Competitions)
m (Internet Competitions)
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
==Internet Competitions==
 
==Internet Competitions==
There are four Internet Competitions held each year and USACO's flagship contest, the US Open, which tests the programmer's ability to write correct programs, with restrictions on runtime and memory usage.
+
There are four Internet Competitions held each year.
 
 
 
These competitions have different divisions: Bronze, Silver, Gold, and Platinum.
 
These competitions have different divisions: Bronze, Silver, Gold, and Platinum.
  
Contests take place each month from December through March. These contests are generally 3-4 problems lasting 4 hours. Competitors may participate at any time over a weekend for four hours as long as those hours are continuous.
+
Contests take place each month from December through March. These contests are generally 3-4 problems lasting 4-5 hours. Competitors may participate at any time over a weekend for four hours as long as those hours are continuous.
 
The full score is 1000, with each problem having equal weight in the score.
 
The full score is 1000, with each problem having equal weight in the score.
 
Each problem has at least 10-16 test cases. Every test case has equal weight within the problem. For each test case correct, you receive the points for the test case. Programs get 4 seconds per test case for Java and Python, and 2 seconds for other languages.
 
Each problem has at least 10-16 test cases. Every test case has equal weight within the problem. For each test case correct, you receive the points for the test case. Programs get 4 seconds per test case for Java and Python, and 2 seconds for other languages.
Each test case will give feedback on how well your program did.
+
Each test case will give feedback on how well your program did. Correct test cases show how much time and memory used. Incorrect test cases are differentiated further into x (wrong answer), ! (run-time error or memory limit exceeded), and m (missing output file).
* - Correct. The time and memory space used will be shown.\n
 
x - Incorrect
 
! - Run-time error or memory limit exceeded
 
m - missing output file
 
  
 
Anyone who didn't take the contest before is put in the bronze division. Anyone who scores above the promotion line gets promoted to the next division for the next contest. Cutoff lines generally range from 600 to 800. Anyone who gets a perfect score on a contest gets an in-contest promotion, which means that the contestant is able to take the next division on the same weekend.
 
Anyone who didn't take the contest before is put in the bronze division. Anyone who scores above the promotion line gets promoted to the next division for the next contest. Cutoff lines generally range from 600 to 800. Anyone who gets a perfect score on a contest gets an in-contest promotion, which means that the contestant is able to take the next division on the same weekend.
  
 
==Training Camp==
 
==Training Camp==
{{stub}}
+
Participants who score particularly well on the 4 platinum contests will get invited to attend the training camp, which has 26 people. Through there, 4 people are selected to represent the United States at the IOI.
[[Category:Science competitions]]
 

Revision as of 21:26, 5 April 2018

The United States Computing Olympiad includes a series of seven internet programming contests and a training camp, used to eventually choose the team that will represent the US in the International Olympiad in Informatics (IOI).

Internet Competitions

There are four Internet Competitions held each year. These competitions have different divisions: Bronze, Silver, Gold, and Platinum.

Contests take place each month from December through March. These contests are generally 3-4 problems lasting 4-5 hours. Competitors may participate at any time over a weekend for four hours as long as those hours are continuous. The full score is 1000, with each problem having equal weight in the score. Each problem has at least 10-16 test cases. Every test case has equal weight within the problem. For each test case correct, you receive the points for the test case. Programs get 4 seconds per test case for Java and Python, and 2 seconds for other languages. Each test case will give feedback on how well your program did. Correct test cases show how much time and memory used. Incorrect test cases are differentiated further into x (wrong answer), ! (run-time error or memory limit exceeded), and m (missing output file).

Anyone who didn't take the contest before is put in the bronze division. Anyone who scores above the promotion line gets promoted to the next division for the next contest. Cutoff lines generally range from 600 to 800. Anyone who gets a perfect score on a contest gets an in-contest promotion, which means that the contestant is able to take the next division on the same weekend.

Training Camp

Participants who score particularly well on the 4 platinum contests will get invited to attend the training camp, which has 26 people. Through there, 4 people are selected to represent the United States at the IOI.