Hi Codeforces!!!
So, solving neatly made problems in Codeforces made me want to do just that. In other words, I want to try problemsetting one day! I got some ideas but many questions as well.
How do I begin? (ehe)
How do you get good ideas for CP problems?
How do I know if the idea is good or not?
What practices do I need to become good at problemsetting?
If anyone has anything to say please do so UwU
Thanks in advance!
ur blue.solve some binary search first before hosting a contest
:3 will do UwU
maybe you should learn binary search first?
If you want to set a problem for Codeforces rounds, you can read this blog. Usually you have to be orange or above to set a round, so unless you know some setter who is orange or above, you may want to increase your rating and gain more contest experience first before moving on.
I am not a problemsetter on Codeforces (yet), but you can find problem ideas from many things, for example daily life and math problems. Solving old problems can also give you ideas for new problems, for example you can modify an old standard problem.
Perhaps experienced problemsetters can provide more useful help?
I see, this is indeed a very helpful tip. Thanks a lot.
You will find 10+ blogs just by searching "problemsetting codeforces" or similar. There is info about required rating, coming up with problems, using Polygon to prepare tests, and much more.
alright will check them up :> thanks
Often when I Google something the first result only has an answer "just Google it". It's fine to tell the blog writer this, but please also put a link for such a blog on these kinds of comments.
I'm surprised it happens to you often. Google is very good at finding results that will satisfy you. Still, point taken.
guides (and platforms breakdown)
diary
interview with setters
polygon guide
testlib
OwO thankss!
Meet the requirements to propose a contest. Generally, you should get >= 2100. Otherwise, you can make an unofficial codeforces round on gym with no requirements.
I try to think of some interesting setting, definition which could be inspired by things in real life or other problems I've seen. Once I have some interesting idea, I try to think what questions about it I might want to know the answer to, what can be computed about it. Usually the question is too trivial or too hard. I try to change the problem by adding constraints or generalizing to find the most interesting version of it. Sometimes this gives you a great problem and sometimes you need to start from scratch again. Many people also try to start with a technique or solution idea and make a problem out of it. In my experience, it is easier to make problems this way but they tend to be more artificial and I don't like them as much.
It should be a question that the contestant wants to know the answer to because it's so natural/simple. Something where you are motivated to try really hard and dying to know the solution. A solution is good if there's one or more satisfying "Ah ha!" moments the contestant must go through. If it quickly reduces to something standard or forces the contestant to struggle mostly on uninteresting steps, I consider it a bad problem.
You should try to live up to contestant's expectations as much as possible. This means making your statement very easy to understand, carefully designing good test cases, making the constraints/TL reasonable and forgiving of constants, and being open minded to tester/coordinator feedback. My biggest advice is to be humble, and willing to admit when your idea sucks or when you make a mistake in preparation.
Thanks a lot, I find this especially helpful. I'll do my best!
can i make all algo contest so people that is good at math will get negative delta because they can only do math and not binary search?
What a nice idea, I'll be looking forward to your contest
What was a good round or the one you extremely liked, from the last 5~10 rounds, according to your taste?
probably 726 or 732 i guess? but you know when you say this, i may have the tendency to be biased as those are the contests i got a nice rating boost in. ehe~
Global Round 15
I have to admit it was good, but it was heartbreaking as well.
That's good