puspendra_09's blog

By puspendra_09, history, 19 months ago, In English

In the last div 4, my solution for the problem E Binary Inversions link to problemgot skipped due to the similarity of code from the user merahijalwa/181973274. first of all I don't know him and the similarity in code is due to code available in the geeks for geeks platform for counting the number of inversions in the array link to code from geeks for geeks website .
please consider this as this is a legit case and this is fist time i am going to reach pupil rank. please MikeMirzayanov , mesanu , flamestorm consider this case as my case is completely legit and nor i have use any online ides. If anyone know how to contact codeforces team..please comment.

  • Vote: I like it
  • -17
  • Vote: I do not like it

| Write comment?
»
19 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).

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

Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).

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

tbh u dont require that merge sort inversion finder thing. as the array was a binary one.

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

    I had already solved by making a suffix array containing the count of 0 and then iterating over the original array if the current element is 1 in the original array adding the element at the suffix index and even i had the same idea during the contest but due i thought it is valid to use code available before the contest so that's why i used it.

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

Maybe It got skipped, not because you copied from GFG , but the other guy also copied for GFG , and solution of both of you matched.

»
19 months ago, # |
  Vote: I like it +3 Vote: I do not like it

i don't know if its your case but whats wrong with those people in this thread copying solutions which published before the contest is not against the rules are those people are numb or what?

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

Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).

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

Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).