Блог пользователя Harsh_kunwar

Автор Harsh_kunwar, история, 6 недель назад, По-английски

In the recent Div2 contest Codeforces Round 978 (Div. 2), I attempted solving E1 2022E1 - Billetes MX (Easy Version). Upon submitting, the judge returned a TLE on pretest 30 285739225. This result was unexpected since my solution had a time complexity of O(n*30). After the contest ended, I revisited my code and made a small change by replacing push_back with emplace_back. I then resubmitted the code, and surprisingly, this time it was accepted 285743685. I am unsure why this happened—whether the time limit was too strict or if this was not the intended solution. Can someone please address my issue ?

Полный текст и комментарии »

  • Проголосовать: нравится
  • +21
  • Проголосовать: не нравится

Автор Harsh_kunwar, история, 8 месяцев назад, По-английски

Hello MikeMirzayanov,

In Codeforces Round 934 (Div. 2), as per the common standings my rank is 1192. However in the contests page my rank is 4811, as a result of which I got a rating change of negative 106. Please address my problem. standings

Proofs are attached below

Полный текст и комментарии »

  • Проголосовать: нравится
  • +105
  • Проголосовать: не нравится