A frequent complaint about programming contests is that the problems are too hard. This makes competitors upset.
It is the goal of this problem to make a problem which hopefully anyone can solve.
How do you produce a problem which anyone can solve? The way to do so is to make the problem as accessible as possible. If we look at the solved.ac ranking model, we can see that all topics have a lower bound on their difficulty. For example, problems which require knowledge of strings must be rated at least bronze II, problems which require knowledge of loops must be rated at least bronze III, and problems which require knowledge of conditional statements must be rated at least bronze IV.
The easiest problems are rated bronze V, but generally assume knowledge of I/O. However, they also have some other implicit assumptions, such as the ability to write programs that compile or the ability to read and comprehend a problem statement.
This problem has been designed in a way that it should be solvable by anyone who is capable of making a submission to this problem, which we lower bound at Wood IV.
The problem author would like to thank
for providing assistance in making this problem a reality.
Comments
You can get an error by aborting the program
Wait actually how did you do that... the question judges so fast the Abort button doesn't even show up for me
Genuinely took me so much brain power
hello
hiiiiiii
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
ez
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
does aborting a submission even work here
Yes. Because of how fast this problem judges, what you need to do is have other submissions to other problems hold up the DMOJ judging queue (might need some friends to help since you can only have 2 submissions running in the queue at one time and there are 3 judges). That will give you enough time to click the abort button while the submission is still in the queue.
Edit: it was now rejudged to AC :(
time to grind for temporary DMOJ flex
edit: ez I broke the question
edit 2: never mind
Umm.... I don't see an actual question. Just a goal statement about the accessability of computer problems. What am I missing? -- Later edit: OK, I got it solved now :-)
The hardest problem