BERNARD's blog

By BERNARD, 2 months ago, In English

Someone just sent me these from today's contest:

250648064

250772342

  • Vote: I like it
  • +417
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it +296 Vote: I do not like it

»
2 months ago, # |
  Vote: I like it +120 Vote: I do not like it

I think tourist stole your solution

  • »
    »
    2 months ago, # ^ |
    Rev. 4   Vote: I like it +39 Vote: I do not like it

    if he stole first problem solution, he stole all the solutions =) so, ban him! :P

    just kidding

  • »
    »
    2 months ago, # ^ |
      Vote: I like it +107 Vote: I do not like it

    Not only he stole it, but also went back in time to reduce the time penalty. People will now time travel just to save their ratings, smh...

    • »
      »
      »
      2 months ago, # ^ |
        Vote: I like it +73 Vote: I do not like it

      They even do that for unrated contests just to look cool

  • »
    »
    2 months ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    I knew it, I knew it. The time machine exists.

»
2 months ago, # |
Rev. 4   Vote: I like it -49 Vote: I do not like it

[Deleted]

»
2 months ago, # |
  Vote: I like it +22 Vote: I do not like it

how are they so exact same even in terms of spaces and new lines and even boilerplates

  • »
    »
    2 months ago, # ^ |
      Vote: I like it -34 Vote: I do not like it

    check his old submissions, its his style

  • »
    »
    2 months ago, # ^ |
    Rev. 3   Vote: I like it -21 Vote: I do not like it

    Yeah, I was thinking the same. I compared both codes, and they are almost the same (well the code in the main function are exact in both of them). I am not saying that you guys cheated (ofc it just don't make sense to cheat when you both were out of competition), but just imagine how many ways would be there to write the code in the main function. There would be trillions of them (these possibilities would be reduced a lot if possibly BERNARD is inspired by tourist in the way of writing codes or vice versa. Is it so?). Anyways, It's just cool to imagine that out of all these ways, there were 2 codes that were the same.

»
2 months ago, # |
  Vote: I like it -57 Vote: I do not like it

yeah man, i also use his template and it happened to me once, (i use his templates cuz im in cool kids table)

»
2 months ago, # |
  Vote: I like it +43 Vote: I do not like it

We have finally found an alt tourist account

»
2 months ago, # |
  Vote: I like it -52 Vote: I do not like it

Even in this case tourist's submission is faster than yours

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

How are you generating the author and created comment in your code? (I hope its not manual)

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

    CP EDITOR HAS THIS INBUILT FUNCTION.

  • »
    »
    2 months ago, # ^ |
      Vote: I like it +8 Vote: I do not like it

    For VS Code.

    • Press Ctrl + Shift + P (or Cmd + Shift + P on macOS) to open the Command Palette.

    • Type Preferences: Configure User Snippets and select it from the dropdown.

    • Choose the language for which you want to create the snippet (e.g., C++).

    • In the opened snippet file, add the following snippet:

    Spoiler
    • Save the file.

    Now, whenever you type header and press Tab, it will insert the comment template with the current date and time.

»
2 months ago, # |
Rev. 2   Vote: I like it -30 Vote: I do not like it

and it is also impossoble to increase rating if you solve simple enough problems

»
2 months ago, # |
  Vote: I like it +30 Vote: I do not like it

That moment when whitespace tells you more than the code itself…

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

This tourist's alt account