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

Автор BlueDiamond, история, 3 года назад, По-английски

I've solved this amazing task after 2 days and 300+ submissions :P

all submissions

Some times you solve 10 problems per day, other times you solve one problem in 10 days, either ways it's important to have fun

Do you also have similar epic stories?

Is there anyone that has submitted more submissions at the same problem?

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

»
3 года назад, # |
  Проголосовать: нравится +45 Проголосовать: не нравится

orz

»
3 года назад, # |
  Проголосовать: нравится +114 Проголосовать: не нравится

Did you finally solve it yourself or did you see the editorial? Also, did you check the testcases for finding out the error?

»
3 года назад, # |
  Проголосовать: нравится +172 Проголосовать: не нравится

Next time try submitting in C++17(64 bit). It makes your code run a lot faster 115187029. Submitting under the 32 bit version basically means you are handicapping yourself.

»
3 года назад, # |
  Проголосовать: нравится +26 Проголосовать: не нравится

Determination level Infinity!<3

»
3 года назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится

your are an inspiration

»
3 года назад, # |
  Проголосовать: нравится +63 Проголосовать: не нравится

Me trying to get div2 A...

»
3 года назад, # |
  Проголосовать: нравится +72 Проголосовать: не нравится

"Is there anyone that has submitted more submissions at the same problem?"

is this a challenge?

»
3 года назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

I am glad for you, I would have such success. Never give up )

»
3 года назад, # |
  Проголосовать: нравится +31 Проголосовать: не нравится

Phoenix and Diamonds and BlueDiamond
"Our battle will be legendary"

»
3 года назад, # |
  Проголосовать: нравится +57 Проголосовать: не нравится

What if codeforces had feature where you can download an entire test case. Then you remove 99% of submissions by testing locally

»
3 года назад, # |
  Проголосовать: нравится +28 Проголосовать: не нравится

I am pretty interested in the story of the period of that 300 tries. Like what went wrong in the submissions. How was the experience of submitting again and again and seeing a wa. Was it a stupid bug or you were way of the actual solution. What thing did you change on the course of that 300 tries in your code.... etc. etc. Lookng forward to an answer

»
3 года назад, # |
Rev. 3   Проголосовать: нравится +8 Проголосовать: не нравится

I have seen god today. orz!

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

I've just recently trying to debug my solution for F2. Guess the K-th Zero (Hard version) from the recent DIV. 3, and spend $$$+10$$$ Submissions, and figured out that my mistake was that I was precomputing before making some input :/

Very weird, I wonder why this effects interactive problems...

My wrong submission: WA

My accepted submission: AC

You can see the difference is I only put my precomputation inside the for loop when I was inputting the variable k.

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +74 Проголосовать: не нравится

Knowing that ksun48 got it on the first try... it fills you with determination.

»
3 года назад, # |
  Проголосовать: нравится +24 Проголосовать: не нравится

The most I've ever had was 124 submissions on a POJ suffix array problem... I can't really say I had fun debugging, but it did feel great when I finally got it accepted :)

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Lol

»
3 года назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

Wow, 300 tries and 300 upvotes. great inspiration, man

»
3 года назад, # |
Rev. 3   Проголосовать: нравится +2 Проголосовать: не нравится

56 attempts on this problem, but that was because I didn't know at the time that Clang++17 Diagnostic was slow. But now I will NEVER forget to use the right language version :D.

I average 4.94 attempts per problem according to this website, which is actually a lot higher than I expected.

»
3 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

orz