UTS Open '21
The triennial (?) UTS Open contest is back with a fresh set of problems! We tried to make all the problems school themed, but that ended up being too cringe so this problem set is what we ended up with. You may or may not notice a certain pattern in the problem titles, which may or may not have been intentional. We're not quite sure ourselves either.
Regardless, we truly hope you enjoy the problems of UTS Open 2021! With that being said, here are the parameters of the contest:
- Contest duration: 3 hours.
- Number of problems: 7, full feedback. Each problem will be worth 100 points, with some problems offering partial marks in the form of subtasks.
- Rated for opening the contest. Unlike with other contests which require making a submission for the contest to be rated, opening the contest and being able to read the problems will cause the contest to be rated.
- Scoreboard will be public.
- 50 submission limit per problem.
- Ties will be broken by the last submission time that increased your score. The first submission time of your highest score will be used.
- The contest will follow the standard convention of having all lines terminate in a
\n
character, with no trailing whitespace.
Furthermore, users are forbidden from using multiple accounts or collaborating during the entire contest duration. Any suspicious behaviour during the contest window may result in a severe penalty including, but not limited to, being placed at the bottom of the scoreboard. Such behaviour includes, but is not limited to:
- Registering for the contest with at least two accounts.
- Participating in the contest with an account that is not your primary account.
- During the contest window, talking about the contest in more detail than answering a yes/no question about whether one participated in the contest. This includes, but is not limited to, posting spoilers about the contest and public speculation of the contest.
- Attempting to exploit bugs in the platform to subvert the constraints of the contest.
The problem setters for this contest are
, , and .Special thanks to
, , and for providing feedback and testing the problems.Before the contest date, you may wish to check out the tips and help pages.
This contest will consist of problems with difficulty ranging from CCC Junior to CCO level.
You will have 3 hours to complete the contest. After the contest window begins (February 5th, 12:00 AM EST), 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 (February 7th, 23:59 EST), whichever comes first.
After joining the contest, you can proceed to the Problems tab to begin. You can also go to Users if you wish to see the rankings.
We have listed below some advice as well as contest strategies:
- It is not guaranteed that the problems will be in order of increasing difficulty. Reading all of the statements is recommended.
- 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++. All problems have a time limit of at least 2x the reference solution, which is written in C++ and uses this template for I/O. If you're unable to see the template, you must solve this problem. Problems that have been tested in multiple languages may have language specific time limits.
At the end of the contest, you may comment below to appeal a judging verdict. In the case of appeals, the decision(s) of DMOJ staff is final.
Problems
Problem | Points | AC Rate | Users | Editorials |
---|---|---|---|---|
UTS Open '21 P1 - COVID Party | 5p | 32.4% | 274 | |
UTS Open '21 P2 - Prime Array | 10 | 26.3% | 132 | |
UTS Open '21 P3 - Latin Class | 10p | 42.1% | 189 | |
UTS Open '21 P4 - Lucky Graph | 15p | 16.8% | 38 | |
UTS Open '21 P5 - State Taxes | 17p | 13.3% | 43 | |
UTS Open '21 P6 - Terra Mater | 25p | 6.2% | 15 | Editorial |
UTS Open '21 P7 - April Fools | 30p | 8.6% | 10 |
Comments
Ratings for the UTS Open '21 have been finalized. If you wish to dispute your rating, please email us at
contact -at- dmoj -dot- ca
, or message us on the DMOJ Discord.I want to know why my results for this contest were reduced to -9999. Am I not allowed to end the contest early?
Wait nvm wrong contest. but can someone give me an answer?
I'm assuming you're referring to this contest.
You were disqualified for having code that too closely matches another contestant. If you wish to dispute your disqualification, please email us at
contact -at- dmoj -dot- ca
, or message us on the DMOJ Discord.Will be editorial posted?
https://dmoj.ca/contest/utso21#comment-14469
Oh, I didn't notice, thanks a lot!
Problem 2 was pretty rough grading, I believe my code only failed right at the upper bound for because I forgot to make use of 1s.
That's an error with your code, not the grader lol
Sure no doubt, just kind of unpleasant to have a corner case negate 100% of pts, but it is what it is.
Preliminary ratings for UTSO are out. This post will be updated once ratings are finalized.
How can I be rated? I solved 1 problem in this contest but finally I don't see my rating. It's just nothing. I'm new to DMOJ. Sorry for my poor English. Thanks a ton.
You've been rated now, congrats!
Quick question, when will the editorials be out?
Hi, please refer to this document for the time being!
I solved one problem and got 100 but how do I view the rest, I'm new to dmoj and time is running out!!
If you go to the problems tab near the top left corner (while in the contest), you should be able to see all the problems in this contest.
Due to a bug with the DMOJ site, rating changes may appear before the end of the contest. THIS IS A BUG and ratings will be recomputed at the end of the contest.
How is your rating change calculated?
Ratings are calculated using this script: https://github.com/DMOJ/online-judge/blob/master/judge/ratings.py
After some discussion amongst the problem setters, we have decided to remove the incorrect submission penalty from this contest. This means that incorrect solutions will no longer affect your time penalty on the contest scoreboard. Please keep this change in mind moving forward!
Is there any practicing question for this contest?
You could try some of the problems from previous UTS contests: https://dmoj.ca/problems/?search=UTS&full_text=1
Good luck everyone!
Wow, 2 rated contests in 2 weeks
When it rains, it pours~
Goodbye, purple rating :(
Is this contest recommended for everyone?
Assuming "everyone" can at least attempt a CCC junior problem, yes.
Thank you for clarifying.
There's no harm in giving it a try