# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 166 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Name |
---|
i ban u dirty cheater!!!!!
very good meme
I think tourist stole your solution
if he stole first problem solution, he stole all the solutions =) so, ban him! :P
just kidding
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...
They even do that for unrated contests just to look cool
I knew it, I knew it. The time machine exists.
[Deleted]
how are they so exact same even in terms of spaces and new lines and even boilerplates
check his old submissions, its his style
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.
yeah man, i also use his template and it happened to me once, (i use his templates cuz im in cool kids table)
We have finally found an alt tourist account
Even in this case tourist's submission is faster than yours
but in div3, both coinciding solns are skipped.
How are you generating the author and created comment in your code? (I hope its not manual)
CP EDITOR HAS THIS INBUILT FUNCTION.
Is there any way to do this in VS Code?
Don't Know!
OK, no problem
Yes.
I use VS Code to create 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:
"File Header": { "prefix": "header", "description": "Output a file header with the file name and date", "body": [ "/*", " * author: tourist", " * created: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND", " */" ] }
Now, whenever you type header and press Tab, it will insert the comment template with the current date and time.
Thanks bro, got it
and it is also impossoble to increase rating if you solve simple enough problems
That moment when whitespace tells you more than the code itself…
This tourist's alt account