Mock CCC Junior 2025
Welcome to the Mock CCC 25 Junior!
The problem setters are
, , and .The contest will run from February 6th, 17:00 EST until February 18th, 00:00 EST.
Here are the parameters of the contest:
- Contest duration: 3 hours.
- Number of problems: 5, full feedback.
- Each problem will be worth 15 marks, and may have partial marks in the form of subtasks.
- Scoreboard will be hidden until your window is over.
- Number of submissions allowed per problem: 50.
- Checkers for problems: standard, unless otherwise specified.
- Clarification requests for the contest must be routed through the clarification system provided on AYOJ, and not through other channels including but not limited to Slack or Discord. Furthermore, all clarification requests must come in the form of yes/no questions.
The problems range in difficulty from CCC Junior 1 to CCC Junior 5. It is highly recommended to read all of the problems. After the contest window begins, you may begin at any time. 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, whichever comes first.
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.
- 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 |
---|---|---|---|
Mock CCC 25 J1 - Simple Seeds | 3 | 25.0% | 10 |
Mock CCC 25 J2 - Bookmino | 5 | 48.0% | 9 |
Mock CCC 25 J3 - Casino Fraud | 5p | 18.8% | 5 |
Mock CCC 25 S1/J4 - Frightening Folds | 5p | 19.1% | 6 |
Mock CCC 25 J5 - Squirrel Nuts | 7p | 15.9% | 4 |
Comments