Wrongly accused of plagiarism in starters 139D

Dear , Sir Mam in last contest 139D i was accused of plagiarism in third question , but i have not cheated from anywhere , it was a simple question and i had already solved it in some codeforces contest. we just need to break the array from middle and put the end part in front. It was that simple , now i wrote whole code from myself but people whose code was similar to me , used same logic , and their variable are same bacause it was standard , ( i for loop variables ) there was nothing else there , for even numbers , just print from n/2+1 to n and then 1 to n/2; and from odd numbers print from to n/2 + 2 and then from 1 to n/2+1. It was not my mistake that someone else used same logic. You should check the submission time as well , i had solved the problem quite early like in 10 minutes i did solve 3 questions. And its wrong that you penalized me without checking properly you should look into it in better way. i even wrote email the same day but didn’t get any response. Hoping you a positive response. i

Same happened to me as well. The question was observation based and different people can independently come up to similar approach.