anipnwr's blog

By anipnwr, history, 3 years ago, In English

Can someone please help me out with this?

=========================================

  1. how is this penalty calculated in the given picture?

  2. what does the column with delta sign means? some contestants have that as blank others have a positive value.

  3. if i am doing a wrong submission on code forces than which of the two am i getting ? time penalty or points penalty ?

  4. is time penalty overall(on my total time for all the problems) or is it just for the particular question on which it was given.

  • Vote: I like it
  • +34
  • Vote: I do not like it

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

Hello, I will answer each question:

1) The penalty is calculated as the time spent for all the problems you solved (You can add 1+3+8+11+15+18+36 and it will give 92) + 10 minutes penalty for each wrong submission 2)This is a prediction of how many points a contestant will gain or lose after the round. Some of them are with "?" because they are unofficial participants. 3)Time penalty in this case and points penalty in usual Div2/Div1 rounds 4)It is overall

I hope you understood!

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

    very well answered. thanks. can you just elaborate on the 3) point. it's still unclear. you have mentioned "case". which case?

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

      The one in the image; seems like a div-3 style contest (or educational round). Here there is no points penalty. only time penalty.

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

        can you explain how time penalty is calculated?

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

          You get +10 mins added to your total submission time for each wrong verdict you receive.

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

            Thank you for answering, one more thing, when my solution gets accepted in one go then why do I still receive penalties?

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

              its the time you have taken from start of contest to get accepted in mins, for each problem it will add in penalty and any wrong submission will cost you 10 more mins if you get accepted on that problem afterwards.(if your do wrong submission and problem is not accepted at end then it will not be added)

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

                understood! thank you for clearing my doubt. Cheers!

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

    why do sometimes people with more number of wrong submissions appear just above a person with less or no wrong submissions in the standings table? (both have same questions correct, done after same number of minutes) eg A problem done after 10 mins

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

      If you say finish the first 5 problems in 10 minutes but have like 20 wrong answers (so something like 250 penalty), and another person submits them all around the 2-hour mark (so something like 600 penalty), then the first person will be still be higher, even though they had 20 wrong submissions, just because they finished them all faster and had less penalty overall.