BlueDiamond's blog

By BlueDiamond, history, 3 years ago, In English

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?

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

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

orz

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

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

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

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 years ago, # |
  Vote: I like it +26 Vote: I do not like it

Determination level Infinity!<3

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

your are an inspiration

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

Me trying to get div2 A...

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

    ORZ imagine being able to become master :D

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

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

is this a challenge?

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

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

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

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

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

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

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

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 years ago, # |
Rev. 3   Vote: I like it +8 Vote: I do not like it

I have seen god today. orz!

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

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 years ago, # |
Rev. 2   Vote: I like it +74 Vote: I do not like it

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

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

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Lol

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

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

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

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 years ago, # |
  Vote: I like it +8 Vote: I do not like it

orz