Online judges: WMOJ and DMOJ
- Stage
- 0
- Module
- M0.7
- Lessons
- 1
In this module
- Say which judge holds which CCC problems: WMOJ for 2021 to 2026, DMOJ for 2014 to 2020.
- Submit a solution on WMOJ or DMOJ: find the problem, choose the language, and read the verdict it returns.
- Choose PyPy 3 on both judges, matching the language the CCC grader itself runs.
- Say that both judges run newer Python than the CCC grader, so passing there does not guarantee passing the contest.
Before this module
Lessons
Practice
Try these on the judges. Each link opens the problem on WMOJ or DMOJ.
- 2024 J1Conveyor Belt Sushi (opens on WMOJ in a new tab) WMOJ
Turn a count of sushi plates in three colours into one total price.
- 2020 J1Dog Treats (opens on DMOJ in a new tab) DMOJ
Decide whether a dog is happy from counts of small, medium and large treats.
Why DMOJ: Tries the same submit-and-read-the-verdict steps on DMOJ, which holds 2014 to 2020.