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.
Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).
Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).
tbh u dont require that merge sort inversion finder thing. as the array was a binary one.
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.
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.
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?
Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).
Auto comment: topic has been updated by puspendra_09 (previous revision, new revision, compare).