MikeMirzayanov's blog

By MikeMirzayanov2 years ago, translation, In English,
This is the list of frequently asked questions concerning Codeforces work and answers to them.
  1. What is Codeforces? What kind of a site/resource is it?
  2. What should I do to participate in contests? Is preliminary registration required?
  3. What are the rules of the contests?
  4. What languages can I use to solve problems here? Are there any problem solving examples?
  5. I would like to organize a Codeforces round with my problems. What should I do to achieve that? Are the authors entitled to get any reward?
  6. What other rules are on Codeforces?
  7. Which technical details are useful to know about the Codeforces' testing system?
  8. What are the rating and the divisions?
  9. What is contribution?
  10. What blog posts are useful to take a look at?
  11. I've noticed that the site contains the solutions of all the contestants and the previous contests' tests. How is it allowed to use them?

Questions and answers:

  1. What is Codeforces? What kind of a site/resource is it?
    Codeforces is a project joining people interested in and taking part in programming contests. On one hand, Codeforces is a social network dedicated to programming and programming contests. On the other hand, it is a platform where contests are held regularly, the participant's skills are reflected by their rating and the former contests can be used to prepare. Codeforces constantly develops and we plan to improve the platform to give the participants the opportunity to organize their own contests, filling the project with learning content, developing Codeforces as a training and learning platform.
  2. What should I do to participate in contests? Is preliminary registration required?
    Contests are regularly held on Codeforces. Participating in them is free and open to everybody. Every month we organize approximately six contests. To participate, you have to be registered on the site (if you have an OpenID or a Gmail account, then you won't even have to memorize the password) and register for the oncoming contest. Make sure that you are present in the list of the users, registered for the contest, before the registration ends. Usually, if you can't take part in the contest officially (e.g. if it's the contest for the second division and you are in the first one), then you can register for the contest to participate out of competition.
  3. What are the rules of the contests?
    They are usually held according to the original Codeforces rules. If it is specially stated, then the International Collegiate Programming Contest rules ACM-ICPC or some other modifications can be used. In brief, on the contests held by Codeforces rules you write solutions to the problems that are tested during the contest on a very small number of tests. Those who have passed that set of solution tests, their authors can block (refuse to resend the solutions of this task in future even if they find a mistake). Such authors receive the opportunity to look through the sources of other contestants, look for mistakes there and suggest the tests on which these solutions do not work. Thus, you can hack somebody else's solution and earn points through it.
    After the contest all the solutions that have passed the pretests and haven't been hacked are tested on the final set of tests. The value of a task decreases during the contest (the faster you solve the problem, the more points you receive), unsuccessful hacks take off the points and the successful ones add them. Please take a look at the detailed version of the rules before participating in the contest.
  4. What languages can I use to solve problems here? Are there any problem solving examples?
  5. I would like to organize a Codeforces round with my problems. What should I do to achieve that? Are the authors entitled to get any reward?
    Do you want to organize a round? That's great! We are very pleased to hear that. The project's problem coordinator Gerald Agapov (aka Gerald) will be glad to help you prepare the tasks. You can contact Gerald by sending to him a personal message. We have great technological base to prepare the problems and the experience of organizing contests will be enjoyable to you and will also prove useful.
  6. What other rules are on Codeforces?
    We don't have a clear Great Codeforces Code of Conduct. However, of course, here you should behave in accordance with traditional rules of behavior in public places and theme groups. The following rules are, of course, necessary to follow:
    • Don't create more than one account, if you have forgotten the password, use the password reminding system.
    • Do not use harsh, rude or misleading handle.
    • Do not use anybody photo except yours. It is uncultured and could confuse Codeforces users.
    • Don't be rude, don't insult other participants and administration, try to be polite and pleasant to communicate with.
    • When you take part in individual contests, don't talk about the problems with other contestants, don't use somebody else's code or insert it into your solutions. If the contest is a team one, discuss the tasks only with the teammates.
    • Don't try to destabilize the site's and the checking system's work. Your programs should only interact with the console (for the problems with the standard input and output) or the input and output data files.
    • Don't publish or spread your solutions and solution ideas during the contest.
  7. Which technical details are useful to know about the Codeforces' testing system?
    The Codeforces system resembles classical Online Judges. The solutions are tested on the tests prepared beforehand (or the hacks suggested by other participants). As a result, you receive verdicts, the meaning of which is clear from the title. It should be specially noted that Codeforces does not have the "Presentation Error" verdict, this situation is regarded as "Wrong Answer". All the suspicious verdicts (testing error etc.) are not considered while evaluating the results. That is also true for the solutions that had fallen on test 1 (in the problems containing more than one test).
  8. What are the rating and the divisions?
    When the contesters take part in Codeforces contest, they raise or lower their rating that reflects their ability to solve the tasks. The rating is a modification of Elo rating, several details can be read in a fuller form. According to the rating, the contestants are split into two divisions: the second one (the weaker one, amateurs) and the first one (the stronger one, pros). The contestants who don't take part in contests and those whose rating is below 1700 belong to the second division. The 1700+ rating means that you're part of the first division. Usually two types of contests are held on Codeforces: for the second division contestants (the first division contestants can take part there out of competition) and for both divisions. The first contest type contains simpler and learning-oriented tasks.
  9. What is contribution?
    The votes for the posts and comments of a user change his/her contribution. The contribution is intended to show the usefulness of the community user. The contribution counting system is imperfect; in future the rules for its calculation will be changed.
  10. What blog posts are useful to take a look at?
  11. I've noticed that the site contains the solutions of all the contestants and the previous contests' tests. How is it allowed to use them?
    In fact, we publish materials from the past contests and they can be used, for example, for individual lessons. Using the materials on other Online Judges, public contests, etc. is prohibited. Be sure to read the license before using the materials.
    In order to view someone else's solution, just click on his id on the page "Status". From the page with the list of tasks you can go to the list of correct decisions for the given task. At the bottom of the "Status" pages (and others with the lists of decisions) there is an option of sorting the solutions on different criteria.
 
 
 
 
  • Vote: I like it  
  • +26
  • Vote: I do not like it  

 
2 years ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it
@Mr.Mirzayanov:
You just forgot to translate 

Помощь

 
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Hey how to register for the upcoming beta round #74 for div1
 
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it
How to get into the country ranklist? There is no place in the settings to set my country.
 
22 months ago, # |
  Vote: I like it 0 Vote: I do not like it
Why is registration required?
I would like to register about 2-3 weeks ago, and I clicked on the register button, but I wasn't logged in, so Login window appeared and I logged in and after that I forgot to register, I thought I registered..Few hours later I started to solving the problems and after the first solved problem I realized I didn't register.. I know it's my problem, and my mistake.. So I just would like to know, any reason why registration is required? (example participate limit )
  •  
    22 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    It's required for dividing participants into rooms.
  •  
    22 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    Its also required for calculation of ratings.Codeforces uses Elo System of ratings.When you register u are given a predicted ranking in the contest based on ur current rating.For more details on the ratings you can go here(http://codeforces.com/blog/entry/102).
 
21 month(s) ago, # |
  Vote: I like it 0 Vote: I do not like it
i get "wrong answer on pretest 1" or "idleness limit exceeded" whats d problem?
 
20 months ago, # |
  Vote: I like it 0 Vote: I do not like it
How can I find all the editorials? Search box gave 'no result' :(
 
18 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

What results in Denial of judgement?

  •  
    18 months ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    It's usually just some random server error. If you wait and then resubmit, it should judge correctly.

 
18 months ago, # |
  Vote: I like it 0 Vote: I do not like it
How do you ask for clarification about statement ambiguities during contests? Or is it impossible to do that?

Are there rules for pictures? The part in the profile editor says that your face must be clearly visible, but there are plenty of users with pictures that do not contain them.

 
»
17 months ago, # |
  Vote: I like it +1 Vote: I do not like it

What is the best way to find an editorial, say for e.g. if I am looking for editorial of Round #88, how can I find it quickly?

 
»
16 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Links in "list of frequently asked questions" in the beginning of the blog has to be updated — it's not working.

I tried this link http://codeforces.com/blog/entry/1336#q8 and nothing happened.

 
»
15 months ago, # |
  Vote: I like it +3 Vote: I do not like it

Can you add a feature to see friend's friends, like facebook? That would be very nice.

 
»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Why the flags of my solved problems disappear? How can I make it appear again?

 
»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

It might prove to be useful if some comparison tool(s) can be implemented -- something like https://www.otinn.com/topcoder/al/comparer.php or http://topcoder.manabase.com/graph.php, except in CodeForces setting, instead of TopCoder.

  •  
    »
    »
    15 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Interesting tools, but most difficult for me is to beat myself :-D

 
»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I want to change my HANDLE. How can I do this? Thanks for help.

When I'm entering to Esc>Settings>Handle there is message : "The page is temporary blocked by administrator. We are doing it because of increased load. Do not panic, we will unblock the page soon. Thank you for your understanding."

and When it will unblock? Thanks for help :D

  •  
    »
    »
    13 months ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    This opportunity was a present from admins in the first days of new year.

 
»
12 months ago, # |
  Vote: I like it +3 Vote: I do not like it

hello Mr.Mirzayanov How can i delete my team ?

 
»
10 months ago, # |
  Vote: I like it -5 Vote: I do not like it

I have two problems. The first is where to complain about the problems with the site in general? Since I could not find a forum or a place to file my complaints I am writing it here in the FAQs. I don't know whether this has been brought up before or not, but those tags in the problems virtually make this site unusable for practice purposes. Most often knowing what method to use to solve a problem is half the solution and it is clearly right there for everyone to see! Can we make them hidden by default please (it should be shown only after a 'user action' like clicking an 'expand' button)?

  •  
    »
    »
    10 months ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    You can disable tags for unsolved problems on the settings page.

  •  
    »
    »
    10 months ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    It is possible, you can adjust the settings in the user profile.

 
»
9 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Can I download the test data of some problems? How?

 
»
9 months ago, # |
  Vote: I like it -17 Vote: I do not like it

how to delete a favourite submission from favourites?

  •  
    »
    »
    9 months ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    How did you have added it to favs? Unfavourite it in the same way.
    Click 1365856 and remove a star.

    And don't post so huge screenshots next time. ;)

 
»
7 months ago, # |
  Vote: I like it 0 Vote: I do not like it

How to download all of my submissions (or just Accepted)?

 
»
7 months ago, # |
  Vote: I like it 0 Vote: I do not like it

How must be format of the solution ? how can i get inputs and put output in solution for example in C++ language? I could not found any help to the above questions

  •  
    »
    »
    7 months ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    All your code must be in one .cpp file.

    It must read data from standart input (stdin).
    It must write data to standrat output (stdout).

    For example:


    #include <iostream> using namespace std; int main(){ int a, b; cin >> a >> b; cout << a * b << endl; }
 
»
7 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Is there any way to delete (particular) talk(s)?

 
»
5 months ago, # |
  Vote: I like it +5 Vote: I do not like it

Hi, If I virtually participate in a contest after it was officially held, the final result will affect my rating ?

 
»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Can you add go as an official language? http://golang.org

 
»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I believe you forgot to add anchor tags in the questions(explanation section).

When I click on a question, it doesn't take me to the place where the question is answered. Anchor tag along with the id is missing. Kindly do so to make the post user friendly.

Thanks

 
»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Is there any mailing ID for help. Headquarters e-mail ID???

  •  
    »
    »
    4 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    send message to Headquarters (here)

    I do it and I think i get my answer

 
»
3 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Could I ask is there any way I can see the details of my marked friends?