Richmond Green Programming Contest 2018
Welcome to the second annual Richmond Green Programming Contest!
The problem writers of this contest are
, , and .The RGPC '18 will be a 3-hour virtual contest, which will allow contestants to participate in any 3-hour window between 12:00 AM EST on February 10, 2018 and 12:00 AM EST on February 12, 2018. Please refrain from using multiple accounts to participate and refrain from discussing the problems and/or their solutions with other people during the entire contest period.
This contest will not use pretests/systests, which means that all submissions will be judged immediately, as in the CCC. In addition, due to the length of the contest window, this contest will be unrated.
Before the contest date, you may wish to check out the tips and help pages.
This contest consists of 5 questions with difficulty ranging from CCC Junior to CCO level, and some problems will offer partial marks in the form of subtasks. If you cannot solve a problem fully, we encourage you to go for these partial marks. It is highly recommended to read and attempt all of the problems. You will have 3 hours to complete the contest. After the contest window begins, you may begin at any time. Once you enter the contest, your personal timer will start counting down and you will be able to submit until 3 hours from when you started, or until the hard deadline (midnight EST of Feb. 12th), whichever comes first.
After joining the contest, you proceed to the Problems tab to begin. You may also go to Users if you wish to see the rankings.
We have listed below some advice as well as contest strategies:
- Remove all extra debugging code and/or input prompts from your code before submitting. The judge is very strict — most of the time, it requires your output to match exactly
- Do not pause program execution at the end. The judging process is automated. You should use
stdin
/stdout
to perform input / output, respectively. - It is guaranteed that all the problems will be solvable with C++
Problems
Problem | Points | AC Rate | Users | Editorials |
---|---|---|---|---|
RGPC '18 P1 - Giant Cookie | 3 | 29.6% | 264 | Editorial |
RGPC '18 P2 - Performance Points | 5 | 8.8% | 76 | Editorial |
RGPC '18 P3 - Chocolate Day | 10 | 27.2% | 301 | Editorial |
RGPC '18 P4 - Higgs | 15p | 18.6% | 42 | Editorial |
RGPC '18 P5 - Wormhole | 20p | 10.8% | 8 | Editorial |
Comments
P5: What does rectangular mean? A rectangular prism or are two of the dimensions restricted to 1?
There are no such restrictions on the dimensions.
Interesting
apass_jack and i are listed quite a few times under the best submissions for P3