By MikeMirzayanov, 16 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. Please, read the post.
  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 1900 belong to the second division. The 1900+ 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

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

Помощь

15 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it
Hey how to register for the upcoming beta round #74 for div1
15 years ago, hide # |
 
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.
15 years ago, hide # |
 
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 )
  • 15 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it
    It's required for dividing participants into rooms.
  • 15 years ago, hide # ^ |
     
    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.me/blog/entry/102).
15 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it
How can I find all the editorials? Search box gave 'no result' :(
15 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

What results in Denial of judgement?

15 years ago, hide # |
 
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.

»
15 years ago, hide # |
 
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?

»
15 years ago, hide # |
 
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.me/blog/entry/1336#q8 and nothing happened.

»
15 years ago, hide # |
 
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 years ago, hide # |
 
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 years ago, hide # |
 
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.

»
14 years ago, hide # |
 
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

»
14 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

hello Mr.Mirzayanov How can i delete my team ?

»
14 years ago, hide # |
 
Vote: I like it 0 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)?

  • »
    »
    14 years ago, hide # ^ |
     
    Vote: I like it +5 Vote: I do not like it

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

  • »
    »
    14 years ago, hide # ^ |
     
    Vote: I like it +5 Vote: I do not like it

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

»
14 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
14 years ago, hide # |
 
Vote: I like it -17 Vote: I do not like it

how to delete a favourite submission from favourites?

  • »
    »
    14 years ago, hide # ^ |
     
    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. ;)

»
14 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
14 years ago, hide # |
 
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

  • »
    »
    14 years ago, hide # ^ |
     
    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; }
»
14 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
14 years ago, hide # |
 
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 ?

»
14 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
14 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
13 years ago, hide # |
 
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?

»
13 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

the numeric list is wrong. .... so uncomfortable.

  • »
    »
    13 years ago, hide # ^ |
    Rev. 2  
    Vote: I like it -7 Vote: I do not like it

    Why downvoting? It really is.

    UPD: it's quite cool to see that GCD's comment was upvoted so lot (at least it became positive) after this comment but myself I was downvoted so much...

»
13 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

is there a long term calender for codeforces .. like topcoder's one ?. or how to know the time for next rounds and other contests along the month or along the year ? :)

thanks in advance :)

»
13 years ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

Can DIV 1 users who participate "out of competition" in only DIV 2 contests, hack others' solution?

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

I've got a problem with the site: is it possible to check out my own past submissions for a particular problem?

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

How can we see all the solutions of a problem submitted in a specific programming language ?

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

Why is my code skipped? (problem D contest 211 div 2)

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

I have a big question. How do I delete my account (or change my handle) ? I am really unhappy with the name I got. (I know I chose it but I'm sorry).

Anticipated thanks. Lawliet

  • »
    »
    13 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    I don't think it is possible to change your handle. But since you haven't participated in any contests yet, why not just create a new account? Your handle isn't that bad btw :P

    • »
      »
      »
      13 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      I don't want to create a new account because I need a new e-mail, and if I create an e-mail just for codeforces, I will end up missing all of the e-mails I get.

      • »
        »
        »
        »
        13 years ago, hide # ^ |
         
        Vote: I like it 0 Vote: I do not like it

        Mail programs (gmail, as an ex.) can collect mails from other email addresses

  • »
    »
    13 years ago, hide # ^ |
    Rev. 2  
    Vote: I like it 0 Vote: I do not like it

    You can change your handle near January the First. A week for this operations always is given at New Year.

»
13 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

Hello,

Can someone please tell me when will I be able to change my handle? I really don't want to miss my chance.

Anticipated thanks, Lawliet

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

how to add friends, so that we can see their rating??

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

Hello How to organizers of the mail or memmage?

  • »
    »
    13 years ago, hide # ^ |
     
    Vote: I like it +3 Vote: I do not like it

    I'm sorry for my poor English.I mean how to send mail to the codeforces Official website organizer.

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

can someone help me on, how to download problem statements from the site??

  • »
    »
    12 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    If there are not file of problem statements in contest, you can copypast them or take a screenshot

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

The shortcuts to the questions are not working.

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

I don't need this ID any more. Will anyone delete it?

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

how to change my register email address??

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Right now I log in with my Gmail account. If I want to change it to have a username and password to log in, how can I do it?

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Could I delete my account ?

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

HIiii....

I am using codeblock to run c++ program...

My program gives correct result in my system.. but failed in codeforce Compiler. Any solution.. How I handle this..???

  • »
    »
    12 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    In your program you allocate an array b of length p, but then in b[(a[i]%t)] you access it as if it was an array of length t. This can fail if t > p.

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How can we delete an account in codeforces?

  • »
    »
    12 years ago, hide # ^ |
     
    Vote: I like it -8 Vote: I do not like it

    You cannot delete an account in codeforces otherwise every person who has a lower rating than the starting rating of 1500 would be tempted to delete his current account and create a new account to start afresh .

»
12 years ago, hide # |
 
Vote: I like it -7 Vote: I do not like it

I really don't want to see the problem tags before I think about the problem.** How can I hide the appearance of the problem tags?** The tags have a bad influence on my independence of solving prosems.

»
12 years ago, hide # |
Rev. 2  
Vote: I like it -8 Vote: I do not like it

If any person does not sucessfully solved any one problem in codeforces match Will it rating changes??

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Is it possible to make someone's code private??

  • »
    »
    12 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    As far as I know, our code is public to others. We don't have access to hiding our code. I think this is very good for us to learn from others.

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Hey Guys,
I think there is a problem with the links when you click on them they don't point to the answer I checked the page source file it seams that the id they are pointing to is not assigned to the answer <li>
Can anyone check :)

»
12 years ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

Can i participate in div2 contest if my rating is greater than 1700 ? and vice versa ?

»
12 years ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

Hi,Mike Mirzayanov
I Designing some problem for contest!
How I can produce a contest in CF?
thanks

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Hi everyone, I'm new here and I've met some serious problems like this one I submitted (tested in custom test) my code in c++ and it returns a wrong answer (1) but when I test my code in my compiler (codeblocks) it return the correct answer which is (2)

how does this happen ? is it my mistake or some kind of bug in my compiler or codeforces's ?

please help me !

(160A Twins)

  • »
    »
    11 years ago, hide # ^ |
    Rev. 4  
    Vote: I like it +8 Vote: I do not like it
    1. You didn't initialize some of your variable (a.k.a sum)
    2. You should write questions like this on your own codeforces blog
»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Because of some problems I had with logging in the account with ruhanhabib39 handle, I created another account(ruhan.habib39). Now I want to delete the ruhanhabib39 account. How will I delete it?(I was unable to login in that account).

»
11 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

You may want to change Gerald to Max in this faq

»
11 years ago, hide # |
 
Vote: I like it -13 Vote: I do not like it

Is there any way to change my username?

»
11 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

Please let me know if this is not the right place to ask questions.

I have a question about virtual contests. Me and some of my friends are planning to compete on the previous div 2 rounds. As I understand, each of us will have to simulate the virtual contest individually and then compare our results. Is there a better way for this? I mean can we create a room or group and compete there such that leaderboard or scoreboard gets updated as would happen in a real contest? I hope I made my point clear.

Help is appreciated. Thanks!

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Sir, My code gave correct output in ideone online judge, but gives a different output here, what should I do, Submission id: 11656468

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Couldn't open codeforces.com in Shanghai China these days,,,,,

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

i've got a problem that gives me an answer on my computer and with the same input it gives another answer when i send it here. the problem is kefa and park. can anybody help me please?

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

What is the rating criteria?? How Does attending contests and solving problems change rating?

»
11 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

I am unable to see the image in — http://codeforces.me/contest/599/problem/A. Using a chrome browser and images in other sites even current home page for codeforce looks good. Please help

»
11 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

why i can't see the problem's photo? link here http://codeforces.me/problemset/problem/599/A

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How much space is available for any problem in the contest?

»
11 years ago, hide # |
Rev. 2  
Vote: I like it +3 Vote: I do not like it

Hi, I am using C# but when I submit an answer that write a double value it is printed by using comma (,) instead of dot (.), resulting in WRONG_ANSWER. I use Console.WriteLine( a_double_var );

Any idea? For example, I got this when submitting #14827895:

Output
0,666666666666667
Answer
0.666667
Checker Log
wrong output format Expected double, but "0,666666666666667" found
  • »
    »
    11 years ago, hide # ^ |
     
    Vote: I like it +8 Vote: I do not like it

    My submission finally got accepted after I changed the output statement to:

    Console.WriteLine ( my_double_var.ToString ( "F9", CultureInfo.InvariantCulture ) );
    

    It would be better if we don't have to specify the CultureInfo explicitly though.

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I changed my handle to "I_love_CC". In the profile page it's changed, but it still remains the old handle "zkx06111" in the room I was competing.

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Help... How to change my handle as New Year Gift? I am using Codeforces with GMail, I have no password. When trying to change it asks my password.

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

The information about rating threshold between Div 1 and Div 2 is outdated. It is now 1900 instead of 1700.

»
10 years ago, hide # |
Rev. 3  
Vote: I like it 0 Vote: I do not like it

I have an issue in assessing my last submissions

MikeMirzayanov

»
10 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

@admin i just wanted to request codeforces team to improve their regular expression which give warning about syntax for ex. when we use printf("%lld",sum); then it suggest to use cout but it also give the same warning when i am using //printf("%lld",sum); so it should not warn me in this case .

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

What'd happen if I'm unable to participate in a contest after registration?

  • »
    »
    10 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    If you don't submit any problems, it will count as if you didn't participate in the contest.

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

is uploading your code only way to submit the answer? or os there any way we can write and submit the code on the site itself.

  • »
    »
    10 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    You can go to the submit code tab to copy paste your code there. I'd recommend against writing your code in browser, but the custom test tab allows you to write and test your code.

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I recently favourited a question here on codeforces by clicking the star near it. But now I forgot the problem code is there anyway to access the problem?????

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

Is there any problem using cin.sync_with_stdio(false) and cout... cause i got runtime error on the last contest.

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

Dear Codeforeces support team

My handle name is sai108710. This is very weird. I had created it mistakenly. I want to change it as I don't want to create a new one. How can I? I am looking for codeforces support team email address. Would anyone kindly provide it, please?

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

Hello. I have problem with double cola problem(code:82A) I think that the third test case is wron becuase i tired it using a pen and paper. I need help about that!?!!!;!;

»
8 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How can I change my nickname?

»
8 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

How to retrieve the account number? My friend's account number was stolen by someone else a few days ago. And his password and email have been modified so he couldn't get his account. I would be very grateful if he could get your help! MikeMirzayanov

https://codeforces.me/blog/entry/61363

»
8 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

guys,i'am new here.will points be rewarded for solving psets?. what are the uses of solving those psets?. does taking part in contests the only way to get rating?.

»
8 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

i have a problem when i want to submit a code it takes so many time and nothing appear ans i should reload the page 2 times. after that when i submit my code,the status page appear does anyone else have the same problem? what should i do?

»
8 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Dear Codeforces Team,

I would like to see all the tests inputs for problem 608B (Hamming Distance Sum). I've just submitted a solution that fails on test number 9. However, when I inspect the statistics of my submission, input data for test 9 is incomplete (truncated).

Please, is there any option to get the testing data?

Thank you very much!

  • »
    »
    8 years ago, hide # ^ |
     
    Vote: I like it +6 Vote: I do not like it

    Solution doesn't fit in an int. Use long long instead. You could have figured that out by looking at any other submission or by simply noticing that the correct answer for that case has 10 digits.

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

How can i see my progress?

»
7 years ago, hide # |
Rev. 2  
Vote: I like it +9 Vote: I do not like it
»
7 years ago, hide # |
 
Vote: I like it -6 Vote: I do not like it

In one of the question, i got a runtime error on a particular testcase (13th) when i submitted it on codeforces

but when i copied the same code and run it on my IDE as well as online, output is coming.

what could be the problem?

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

What exactly are the system test cases? I understand that it includes all successful hacks. But, can the problem author add tests, which are in the system tests, but not in pretests?

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

Educational Codeforces Round 73 [Rated for Div. 2] problem no.2 my solution got accepted during the contest while it was not able to pass even the testcase given in the question. Do you think it should have passed the pretests? That created confusion. If the at that time the contest would have said that it is wrong on testcase 1. I might have corrected it. This is wrong codeforces.

»
7 years ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

How would I contact site admins? Or to be more exact in this case, how can I report a problem? I got this status in my submission: "Probably, the solution is executed with error 'uninitiaized value usage' on the line 14" Pretty sure it's a spelling mistake, and should be 'uninitialized', right?

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

Hello everyone, can anyone helps me explaining what is runtime_error in contests? I get the answer on my machine in CPP, but when I submit the same code result is RUNTIME_ERROR.

»
7 years ago, hide # |
 
Vote: I like it -6 Vote: I do not like it

My rating is 1629 but still it is showing me as a specialist instead of expert is this a bug? or it wll gets fixed?

»
7 years ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

any problem doesn't open show massege "can't read or parse problem descriptor " How solution this?

»
7 years ago, hide # |
 
Vote: I like it -10 Vote: I do not like it

There is a serious issue in code forces system testing. In codeforces round 612, my solution got time limit error.I just wrote the exact code of a function in the main function instead of calling it and re submitted it.Right now,it got executed correctly. This is ridiculous.Because of this my rank went way down.If there is any user support,I would like to complain about it.

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

I see that for Div 2 only contests, purple coders also officially take part in the contests. But this FAQ says, your rating need to be < 1900 to take part in div 2 contests.

  • »
    »
    7 years ago, hide # ^ |
     
    Vote: I like it +3 Vote: I do not like it

    These rules are a little outdated. Nowadays all Div 2 only and Educational rounds are rated for < 2100.

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

I had a given a contest of Div 3 it is not showing in my contests that i participated Moreover i cant find my name in ranklist My one sol got accepted

»
7 years ago, hide # |
 
Vote: I like it +2 Vote: I do not like it

http://codeforces.me/submissions/MasonMount19

My submission in the CF1111E is “Denial of judgement” Can anyone has the power of the admin help me fixed it? thanks very much!

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

[problem:A. Buy a shovel] I have a problem , when I send the code to the test the output appears different form the actual output in my computer . For example : the test appears number 10 .But, in my computer when I run a code the number 9 appears in the console application window which is correct.

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

I wonder if codeforces can provide an API that can implement the following functions? Return the rank page of friends in real time through the contest ID and personal key. Or maybe you've done it but I haven't found it. I hope you can help me,thx.

  • »
    »
    7 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    One more thing, the number of people who passed the problem A,B... of the ongoing competition.

    • »
      »
      »
      6 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      For the second one, you can check the dashboard with the problem list of the contest. On the right side of each problem there is a count of solves.

      • »
        »
        »
        »
        6 years ago, hide # ^ |
         
        Vote: I like it 0 Vote: I do not like it

        Thank you. You're right. But what I want is an API excuse. Now that I've implemented it through an existing API, thanks again

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

sir,i am unable to get rating??? why,is this happening??

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

how to change handle? i wanted to change.

»
6 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

How to get testcases for a certain problem? So that I can download it and test it offline.

»
6 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Sir,for python users time constraints should be 5*x.as it is not fair to have similar time constraints for c++ and python users when python is approximately 5 times slower than c++

  • »
    »
    6 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Python is easy to learn and master as compared to c++, so it is unfair for c++ users to learn c++. Also in c++ we have to write lengthy codes as compared to python...so you should face some disadvantages of using python..so that it does not turn out unfair for c++ users.

»
6 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

I can not see my submissions..As a result when i submit any problem i can not know whether it is accepted or not.Please help me...What should i do now/?

»
6 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

I participated in my first rated contest yesterday and got this message today :

Attention!

Your solution 81772855 for the problem 1359B significantly coincides with solutions fireboy009/81772855, fireboy009/81773786.

The two solution that it says coincides are the same solution. Also, both solutions are mine.

There must be a bug in the plagiarism checking system that is checking my own solution with my other solutions.

Please look into it. MikeMirzayanov

»
6 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

BUGS IN GNU C++17 (64)

In Educational Round 88 Problem C I have submitted my code using GNU C++17 (64) compiler and it gives WA on test 4. But today I have submitted the same code using C++17 compilers it is accepted. I have made a blog entry for the same where you find attachment of codes.

Please look into it MikeMirzayanov

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Hey I am completely new to this platform.Can someone tell when will my ratings change for the first time. I have also participated in a contest recently but my ratings are still unchanged as always.

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Problem Connecting Facebook id to cf account, plz fix this.

»
6 years ago, hide # |
 
Vote: I like it -17 Vote: I do not like it

Can i have two accounts on codeforces ... One for practice and one for contests???

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Gives WA even if the answer is correct.

This code always gives wrong answer on testcase 2. I get the correct answer on my IDE, but I saw that my answer(numbers) in the submission, are jumbled. Please look into this MikeMirzayanov

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Even after successfully solving 1 question in div2 in my first contest why my rating is only 415.At the same time other people of my rank getting rating 1400+ even person whose ranking is greater then 10,000 they are also getting rating better then me ,please I want the answer of my question mine rank was 9,000 why is this happening. Please answer me

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I participated in yesterday's contest (div 2 #662). My code was submitted successfully in the first attempt itself after passing the pretests. But now it is showing that I have solved 0 problems and on the final list my score is -1 whereas it was around 492 yesterday. I write my codes in C++ and had selected GNU C++ 17 as language while submitting. This was my first contest on Codeforces. Can anyone please help me understand the error?

  • »
    »
    6 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Your code failed during system tests. It is not guaranteed that your solution is 100% correct if it passes the pretests.

    • »
      »
      »
      6 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      this happened with me also in the last conetst.My solution was 100% correct because I tried submitting the same code and it was accepted.

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Does Rating change in codeforces global round?

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

how to change my userid? i gave my alias name during registration and wanted to change it to the original name

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How to change my handle?

  • »
    »
    6 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Codeforces allow handle change at the beginning of the year. So you have to wait until New Year 2021 to change your handle.

    • »
      »
      »
      6 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      And it is not guaranteed, so maybe you won't be able to change it at all :)

»
6 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

i did not get updated my rating for 668(div2) rating can i know the reason behind this.

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How do I set the name of university after creating the account without it?

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

There is no difference between Rating and Rating(all)

»
6 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

How can I delete my account? I have got a new email address now and dont want to use the old one anymore.

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Codeforces Round #680 Verdict is showing accepted but then why my rating drceases?

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I have just accidentally registered for a codeforces contest. How do I unregister?

»
6 years ago, hide # |
 
Vote: I like it -6 Vote: I do not like it

MikeMirzayanov

I am sorry but i assumed that the handle change features was temporary magic feature. you wrote in the accouncement that we can request to rollback change.

i am requesting you to roll back my handle to previous one ' sirearsh '.

thankyou very much.

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

hey sometimes the compiler doesnt show the diagnose symbol to verify where have i went wrong? how can i find out the diagnose button?

»
6 years ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

104534400

Problem B: String LCM (Round 102)

Need help in understanding the time complexity of this Algorithm which I applied. Please check this submission and help me in analyzing its time complexity. It would matter to me a lot.

  • »
    »
    6 years ago, hide # ^ |
    Rev. 3  
    Vote: I like it +5 Vote: I do not like it

    n=initial length of s

    m=initial length of t

    for each query, time complexity will be O(n*m)

    because loop will run till n and m become lcm(n,m) which in worst case will be n*m

    • »
      »
      »
      6 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      Thanks for replying!

      But I still have doubt.

      Lets consider this e.g. bbbbbbbbbbbbbbbbbbbb, n = 20 bbbbbbbbbbbbbbbbbbb, m = 19 LCM(s, t) = 20 * 19 = 380

      For this example. the while loop runs 37 times. After 37 iterations, it got n = m = 380. So I am wondering how running time is n*m. As we have seen that the while loop is running only 37 times so what can be generalized?

»
6 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Why does the "Language" drop-down list show "Python 3.9.1" when it is in fact Python 3.8.1?

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I just noticed that in my account whenever I go to organizations suddenly the username changes and starts showing someone else's name instead of mine the same thing happens when I click on the help link. Can someone explain why this is happening

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

how can i log off my account?

»
5 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

Since this is the main FAQ in the website, it should probably be updated to reflect that people in the [1900-2100] range will be rated when participating in Div.2 contests and also mention Div.3 contests.

Also, it might be a good idea to provide that information to participants when they are registering for a contest ("this contest will be rated for you, as you have a rating < x").

»
5 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Hello MikeMirzayanov sir, I am facing issues with sending messages to users. I type the entire message and send it. But it shows blank as below image.
image link — https://imgur.com/abwIsr5

Can I know what's the issue ?

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

why i am not able to use bits/stdc++.h library file in my code

  • »
    »
    5 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Well, MS C++ 2017 on Codeforces doesn't have that library.

    If you want to use it you have to change your submission languages to GNU C++11 or GNU C++14 or GNU C++17 or GNU C++17(64)

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

Hello correct the rule 8. there is some incorrect information in there.

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

how can I import python3 modules, well I know how to import but when I submitted my code, it gave me a runtime error.

»
5 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Excuse me, how to delete a team in Codeforces?

I want to delete a team which was created by myself, but after I deleted everyone else, I found that I couldn't delete myself, and a reminder appeared, "Team must have at least one active member."

How can I solve that?

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

@MikeMirzayanov Please update the number of divisions, it is 3 now no?

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

In yesterday's competition, I completed two questions and my rating did not rise, what is the reason?

»
4 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

How can I solve the problem of question as it is showing $ sign in all questions near all integers and characters It is much more difficult to read question...

»
4 years ago, hide # |
Rev. 5  
Vote: I like it +3 Vote: I do not like it

mrs MikeMirzayanov , I think if the website enable us to filter the problems depending on solved or unsolved will be more better as we can go to the unsolved problems and up solve it.

»
4 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

Mr. MikeMirzayanov, good evening! It's only my personal opinion, I think problem analysis is essential part of each contest, since sometimes you can't figure out a problem, cause you don't know some algorithm or technique that could possibly be very useful. I suggest to make filter on GYM section — does contest include problem analysis or not. It would be much better than just clicking at every contest and checking it manually.

»
4 years ago, hide # |
Rev. 3  
Vote: I like it -8 Vote: I do not like it
**PLEASE RECHECK MY SOLUTION**

My solution produce correct output on my compiler , i compile my same code that i have submitted during the contest after the contest is and it produces correct output. but according to codeforces compiler it produces wrong output

NOW WHAT I DO CODEFORCES PLEASE RECHECK MY SOLUTION AGAIN

wrong answer 4th numbers differ — expected: '1005355647', found: '1005355648'.

CONTEST --> Dytechlab Cup 2022.

PROBLEM --> B. Ela's Fitness and the Luxury Number.

INPUT TEST CASE NO. --> 11(L = 77921270569329490 , R = 377318254283917957) .

SOLUTION NO. --> 175009019

---------------------------------------------CODE-----------------------------------------------------

// AUTHOIR-->> YADAV_JI

include "bits/stdc++.h"

using namespace std;

define int long long

define pb push_back

define ppb pop_back

define pf push_front

define ppf pop_front

define all(x) (x).begin(),(x).end()

define uniq(v) (v).erase(unique(all(v)),(v).end())

define sz(x) (int)((x).size())

define fr first

define sc second

define pii pair<int,int>

define rep(i,a,b) for(int i=a;i<b;i++)

define mem1(a) memset(a,-1,sizeof(a))

define mem0(a) memset(a,0,sizeof(a))

define ppc __builtin_popcount

define ppcll __builtin_popcountll

template<typename T1,typename T2>istream& operator>>(istream& in,pair<T1,T2> &a){in>>a.fr>>a.sc;return in;} template<typename T1,typename T2>ostream& operator<<(ostream& out,pair<T1,T2> a){out<<a.fr<<" "<<a.sc;return out;} template<typename T,typename T1>T amax(T &a,T1 b){if(b>a)a=b;return a;} template<typename T,typename T1>T amin(T &a,T1 b){if(b<a)a=b;return a;}

const long long INF=1e18; const int32_t M=1e9+7; const int32_t MM=998244353;

const int N=1e5+5;

int n; std::vectorv; int a , b ,c ,d;

void SAKSHAM_YADAV(int test){ cin>>a>>b; int as = sqrt(a); int bs = sqrt(b); int ans = ((bs-as-1)*3); // ans = max(ans , 0ll); c = as; if((as*as) >= a)ans++; if((as*as + as) >= a)ans++; if((as*as + 2*as) >= a)ans++;

if((bs*bs) <= b)ans++; if((bs*bs + bs) <= b)ans++; if((bs*bs + 2*bs) <= b)ans++; std::cout << ans << std::endl; }

signed main(){ ios_base::sync_with_stdio(false); cin.tie(0);cout.tie(0); //freopen("input.txt", "r", stdin); //freopen("output.txt", "w", stdout); #ifdef SIEVE sieve(); #endif #ifdef NCR init(); #endif int t=1; cin>>t; rep(i,1,t+1) SAKSHAM_YADAV(i); return 0; }

---------------------------------------------CODE-----------------------------------------------------

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

if I solved a problem correctly in the contest and later during contest, by mistake i submitted wrong code for that problem then, is question points are added or not to my points ??

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

how can i delete my account

»
3 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

what's "Can't send statement" when I want to open any problems

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

I submitted a problem's solution during contest time from two of my codeforces handles and the codeforces system skipped those solutions. I want my ratings change for those submissions. What should I do?

  • »
    »
    3 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    You are not allowed to participate from more than one account. That is one of the terms you agreed to when you registered for the round.

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

Hi,

I am a team leader with 10 members in my team.

Is it possible to create a contest for the members of my team with level of problems B and C in them.

It is important for the members to not be able to see the solutions during the test.

Please help here or if there is some sort of FAQ, it will also be helpful.

  • »
    »
    3 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    You can make a mash-up contest where you combine different problems from past codeforces rounds. If you want your problems to be truly original, in that case you can prepare them in polygon and add them to the contest.

»
2 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Hello,I habe done about 100 of 800-900 rated questions by myself. Should i move to 1000 and above or should i try to do more of these 900.

»
2 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Hi everyone

I am trying to export the submissions and download the archive of them in a group contest but each time I try I get time out error 524.

Is there any solution to this problem?

»
22 months ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Hello Codeforces Community,

I hope this message finds everyone well. I would like to request assistance in changing my handle." Unfortunately, I couldn't find an option to do so in the settings. I would greatly appreciate it if an admin could guide me.

If any administrators or moderators are available, please assist me with this request.
@ MikeMirzayanov, if it's within your scope, I kindly request your help.

Thank you for your time and support.

Best regards,
C_Shanto

»
21 month(s) ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

please dark tema

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

my contest graph is clear and my rating is gone but why , i haven't done any cheating in any of contest. even if i try to cheat in any contest then i only have solved one in div-2,3 contest. From last month i'm doing code forces on daily basis 4-5 questions daily but after approximately 3 contest and rating around 1000 every thing is clear.

help my out!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

Hello Codeforces Administration,

My account Mayank_blast has recently been disabled by the administration. I am not sure about the exact reason, and I would like to request clarification and the possibility of recovering my account.

I have already sent a private message to MikeMirzayanov, but I understand that the team may be busy, so I am posting here as well in hopes of getting assistance.

I value Codeforces very much and always want to follow the rules of the platform. If my account was disabled due to a misunderstanding or mistake, I am ready to provide any necessary clarification or cooperate fully.

Could the administrators please review my case and let me know what steps I can take to restore access?

Thank you for your time and support.

Sincerely, mayank

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

Hello Codeforces Team,

I am writing to report a possible issue with my rating calculation.

My handle is siddhipriya, and I noticed that my rating decreased unexpectedly after participating in the following contests:

Codeforces Round 1051 (Div. 2)

Codeforces Round 1057 (Div. 2)

In both contests, I solved two problems correctly without any wrong submissions. However, my rating was reduced significantly, even though my performance was consistent. It appears that the rating subtraction happened incorrectly twice in a row.

Could you please review my rating updates for these contests and confirm if this was an intended change or a system error?

Thank you for your time and help.

Best regards, Siddhi Priya

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

How to change your Handle name as I am not seeing any option in general settings

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

    u cant. There is only one option, sometime on new year u can change it one time

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

Hi, I am new in codeforces. Can someone tell me why i am not able to see the solution of others. I got N/A on on solution section in every problem(solved and unsolved).

I searched this issue in google and it told me to participate in some contest to gain rating then i will be able to see the solutions. But its not working, even after particitpating in contest still i am unable to see others solution.

»
10 months ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Recently I’ve been facing continuous rating loss in multiple rated contests although I participated normally. In several contests, I solved problems but still lost a large amount of rating repeatedly without understanding why.

Here are examples from my contest history:

Round 1065 (Div.3): –31

Round 1063 (Div.2): –99

Global Round 30: –23

Round 1060 (Div.2): –62

I feel something may be wrong with my rating calculation or contest result handling, because the drops are unusually high and happening consecutively.

Could you please review my account’s rating history and confirm if everything is correct? Account: zeyedmahrez Contest history link: https:https://codeforces.me/contests/with/zeyedmahrez

Thank you for your time.

Regards, zeyedmahrez

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

Recently I’ve been facing continuous rating loss in multiple rated contests although I participated normally. In several contests, I solved problems but still lost a large amount of rating repeatedly without understanding why.

Here are examples from my contest history:

Round 1065 (Div.3): –31

Round 1063 (Div.2): –99

Global Round 30: –23

Round 1060 (Div.2): –62

I feel something may be wrong with my rating calculation or contest result handling, because the drops are unusually high and happening consecutively.

Could you please review my account’s rating history and confirm if everything is correct? Account: zeyedmahrez Contest history link: https://codeforces.me/contests/with/zeyedmahrez Thank you for your time.

Regards, zeyedmahrez

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

    There's nothing unusually high about your recent drops. I suspect that you are trying to compare it to how your rating behaved for your first handful of contests. What happens is everyone starts out with a higher rating than what is shown and the first few contests gradually "reveal" it. More on this can be found here.

    Your actual rating is fully revealed at this point, so you are now receiving "normal" changes in rating. Naturally, failing to get any problems solved will decrease your rating more than getting one (even very late into a contest). What division you are participating in can also change things (partially due to who else is participating).

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

      Hello,

      Thank you for your explanation, but I still believe something is not fully clear in my case.

      For example:

      In Round 1062 (Div.4) I solved 3 problems, yet I lost around –24 rating, which feels very unusual considering that solving 3 problems in Div.4 should normally give a positive or at least a neutral change.

      In my most recent contest, I solved 1 problem, but I again lost rating as well, even though many participants with similar performance did not drop as much.

      These two examples make it difficult for me to understand why the rating change is consistently negative, even when my performance is not extremely low.

      Could you please check these contests specifically and confirm whether the rating change is correct?

      Thank you.

      Regards, zeyedmahrez

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

        There is no normal amount of rating delta given by scores. Different contests have different difficulty distributions. The difficulty of a specific problem, how many problems you solve, how fast you solve them without getting WAs (i.e. how much penalty you get), and your original rating all impact how your rating changes.

        If I recall correctly, your performance in a given contest is calculated as a true rating, $$$t$$$. This represents what rating you performed as for this particular contest. With $$$o$$$ meaning your original rating, the delta for a given contest is calculated as $$$\frac{t-o}{4}$$$.

        So if you perform as a rating better than your original, your rating will increase. On the other hand, if you perform worse than your original rating, it will decrease.

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

Hello Codeforces Team,

I would like to request a handle change.

Current handle: aadityaRaAz New handle: ayan_cp

Thank you.

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

My submissions are judged correctly and my solved statistics update, but my own submissions list is empty when I am logged in.

Other users can see my submissions, but the source code shows “N/A” for everyone, even for old practice submissions.

This has been happening for about one month across all browsers and devices.

It appears my account has a broken submission visibility state.

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

Hello Codeforces Team,

I would like to request a handle change.

Current handle: kamalkanthsharma New handle: sharmakk

Reason: I want a shorter and more contest-friendly handle.

Thank you.

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

I want to know how many questions I solved in all that are totally accepted??? I just want the accepted list of mine ... How can I know that ?

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

Hello, I would like to change my handle from abijan123 to NEW_HANDLE_NAME. Please help me. Thank you.

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

    You should wait until the beginning of next year. You will be able to change your handle for 10 to 15 days.

    Have fun waiting.

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

I am facing issues in anti bot verification in every question. I have refreshed the page but still its not showing the bot verification box where i can click and continue my submission. Please help me with this

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

@Mr.Mirzayanov How to change email address currently i'm logged in using continue with google so i don't have any password but when i try to change my email address then it ask old password which had never created. so tell me way because my currently email is going to disabled.

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

Hello Codeforces admins,

I would like to change my handle from old_handle to new_handle, but I could not find any option to do this in the settings. Could you please let me know if it is possible to change my handle, or consider adding an option for handle changes?

Thank you.

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

I can't see any bot verification while submitting my problem solution on problem page , does anyone know what's the reason and how it will be solved plz tell me

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

how do i delete my profile completely

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

I’m facing an issue where the anti-bot verification (CAPTCHA) is not appearing on the submission page, so I’m unable to submit my solution.

I’ve already tried multiple fixes:

  • Different browsers (including incognito mode)
  • Resetting browser settings and clearing all cookies/data
  • Switching networks (WiFi and mobile hotspot)
  • Using a different account

The CAPTCHA works fine on my phone and even on another device connected to the same WiFi, so the issue seems specific to my system.

Has anyone else faced this issue or knows how to fix it? Any help would be appreciated. ****

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

I did the codes, then when I had to check the codes I did at the end of the day(I had to give it to my sir.)But they where not giving my the codes on the submissions page an I didn't even saved them.

what do I do?

Raaina

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

How can I change the username like I want to change username from coder_manish to stillTLE ?

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

Hello,

I would like to change my Codeforces handle.

Current handle: mshivasaitharun

Desired handle: karthikreddy18s

Thank you.

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

how can i change my handle name

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

Excuse me, I want to write with my problem.

How to?

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

How to get ratings? I participated in a contest and solved problems also but still my rating is unrated

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

I am trying submitting answers for Problem set and I am unable to submit because I am unable to complete the anti-bot verification. The Captcha is not showing up for me to complete the verification. Could anyone help me with this? I have tried clearing my cache memory as well as logout and logged in several times

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

MikeMirzayanov I’m sorry for bringing an account issue into this thread, but I currently don’t have another way to reach you. My original Codeforces account "nisubhai333" has been disabled and shows “User is disabled by administrators.”

I have not violated any Codeforces rules, and I genuinely don’t know what caused the disablement. I’m using this account only because I can’t access my original one.

Could you please take a look at "nisubhai333" and let me know what happened or where I can request a review? I can provide the Gmail associated with the original account to verify ownership.

I would really appreciate your help.

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

why on submitting my solution I am getting this page? Sorry, you have been blocked You are unable to access codeforces.com