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

Автор sudhaanshu94, история, 5 часов назад, По-английски

Good Eve I recently got plag on my submission 304140502 in contest 2059C. I think this is mistake from system's end. I used my own logic, the code looks similar as it is a basic prefix sum logic which I learnt from geeksforgeeks https://www.geeksforgeeks.org/prefix-sum-array-implementation-applications-competitive-programming/ . It is published before the contest. Please dont mark my submission as plagged or skipped. It was a genuine attempt. I earned +70 rating in contest and I dont want them to be rolled back.304147120

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

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

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

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

From your submissions it's very obvious you use chatGPT to write your codes for you. Stop ranting about being skipped. Look at your submission for the question Codeforces Round 1004 Div 2 — B and then come back!!

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

    I repeat I don't make use of GPT to write code. Coding from last 10 months on Codeforces. Would have been kicked out very earlier otherwise. Not like 2 weeks on codeforces like shanks_14 . Have gone through Ups and Downs. No need of your thoughts. Thank you!

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

Where is it similar to geeks code. In fact its similar to this — code Huuuhhhh?