Xbalanque's blog

By Xbalanque, history, 4 hours ago, In English

I solved 2 problems in today's div.3 but both of them got hacked.

Knave hacked my problem A

_WaterDrop_ hacked my problem B

Why people hack my problems always ?

I'm 1400 on leetcode but my rating on codeforces keeps dropping. It will drop further now below 700.

Why ? is the problem me?

How should i improve ?

Thanks! for help

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

»
4 hours ago, # |
  Vote: I like it +4 Vote: I do not like it

hacking a LGM is a huge achievement.

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

To all downvoters for no reason : If you can't help then don't spread hat so much.

Keep codeforces clean please.

»
4 hours ago, # |
Rev. 2   Vote: I like it +5 Vote: I do not like it

I think the problem is in this line (at least at this contest):


if(t==567) cout<<"yayayayayyaya"<<'\n';
»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Ignoring the hack, your submissions look suspicious as hell. It has a lot of long comments that I'm pretty sure is AI-generated like "// Output the result for this testcase"

  • »
    »
    4 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yeah))

    Also he/she has skipped round)

    But it's really strange that such suspicious code wasn't banned

»
4 hours ago, # |
  Vote: I like it +7 Vote: I do not like it

if(t==567) cout<<"yayayayayyaya"<<'\n';

CAN YOU EXPLAIN THIS? IS THIS THE SPECIAL EDGE CASE PROVIDED BY THE LGM TELEGRAM?

  • »
    »
    4 hours ago, # ^ |
      Vote: I like it +7 Vote: I do not like it

    bro got trolled so hard lol

    • »
      »
      »
      4 hours ago, # ^ |
        Vote: I like it +6 Vote: I do not like it

      Or he is so smart that he is trolling codeforces and you guys, to escape WA penalty this is a clever way

»
4 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

I am 1700 on leetcode, but I'm still newbie on CF (~)

»
4 hours ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

I know that i'm not so good at cp, but I have some advices that can help you:

  1. Not to cheat. As some people (almost everyone) here noticed, your code is suspicious (but if you wasn't cheating except one contest that was skipped, I apologize).

  2. Not to write comments at cf rounds. It is unnecessary and it is a waste of time (unless you used AI).

  3. Not to worry so much about cf rating. Just enjoy problems.

  4. Solve more cf problems.

  5. Not to write strange lines like you did at this round.

I hope it will help you.

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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