DuyMinh3005's blog

By DuyMinh3005, 5 weeks ago, In English

No, clearly not.

TL,DR: We (me and my friends) found a cheater in CF after he flexed his performance at round 1113 in LQDOJ's chat (an Online Judge's chat). We found some evidence, and he admitted that he used AI during the contest. However, he didn't even sorry, he just started to normalzize cheating, saying that cheating is crucial for the future. In this blog, I won't go deep into the evidence, but his attitude toward cheating.

This all started when he posted this:

Translation:
pvhung (him): maybe it's D
pvhung: C used DP so it's quite hard.
pvhung: *started to flex*

At this point, we are quite sure that he cheated, because his performance has never been this good.

So we asked for his account. He didn't reply. That's when my friend realized that, if you calculate the total points that he got, combining with the timing that he sent. The result is, this is his account: auracpp

The timing is exact the same. His submissions also got skipped. So, we concluded that he is a cheater.

He admitted it.

However, instead of sorry for what he did, he said this:

Translation:
pvhung: everyone cheats.
pvhung: Are you sure that you don't cheat when you go to school?

The rest is not related.

After that, he said:

Translation:
pvhung: Instead of learning, you could just cheat to get high grades easily.
quanhoangbla: If everyone cheat, the competitions were for students to compete who is better at using AI?
pvhung: bro, no one would care if you really do it yourself at high school
krekupg: so cool T-T (he is joking btw)
quanhoangbla: getting a good grade is nonsense if it is not your work.
pvhung: =))

Please note that, kreukpg did cheat on CF, however, he admitted it, and now, he is participating seriously with a new account.

Moreover, he said:

Translation:
pvhung: Cheating during exam is normal
pvhung: Every exam has a cheater
The rest are not relevant

In the next morning:

Translation:
pvhung: It seems that people don't understand my opinion last night
pvhung: I did't say that cheating is good
pvhung: but
kyanh: What happened?
pvhung: you need to cheat to have good grades
pvhung: if everyone cheat but you don't
pvhung: That's your problem

Translation:
pvhung: I'm grinding CF rating, which doesn't affect anybody
pvhung: *Not relevant
kyanh: bruh, I mean, not cheating is better, since CF rating is not that important, you can practice your logic if you don't cheat
pvhung: No, being honest is not always good.

After that, he started to yap nonsense stuff:

Translation:
pvhung: You guys keep saying that help me understand that the problem is your parents didn't teach you.
pvhung: You guys just think that it is col
pvhung: *cool

Translation:
dinhhuubaonam123: If you cheat now, how could you live in the future
pvhung: For regular exam, cheating is a method to get a better grade, if you can do the exam easily, you don't need to cheat
pvhung: So what if you couldn't?
The rest are not relevant (because I'm too lazy to translate lol)

Finally,

Translation:
pvhung: You should cheat to get good grade
pvhung: J*b employers would look at those grade
pvhung: And you would get into good company and university
pvhung: Getting a good j*b is more important than being honest now.

The conversation ended here (but it might continue in the future, since I posted this blog so it's likely that he would DM me)

Why I posted this blog?

I can't understand how could there be a person like these. He insisted that he is right, so I want to listen to some opinion from the CF community. And I also want auracpp to express his opinion for everyone to listen. BTW, he participated R1114 yesterday and got fully skipped.

Also, I am not a native speaker (my IELTS is around 4.0 lol), so I not that confident about grammar. So, I decided to use AI to check my grammar. As a result, this blog might look like it was generated by ChatGPT, but the core idea is mine.. NVM, my ChatGPT is dumb (it couldn't understand what I want lol), if you found any grammar mistake, please let me know.

btw, if you are greateric, click here please.

This blog can't be done without the help of ballss, dinhhuubaonam123, panhkiet63, and quanhoangbla.

Full text and comments »

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

By DuyMinh3005, 3 months ago, In English

This blog focuses more on the functions (which help you format a blog), not the tips and tricks.

Since many recent blogs are hurting my eyes (I'm talking to you, MEGATRON_HACKER...), I decided to write a blog to share some tips and tricks about how to format a blog.

This post has been written with my best knowledge. If something is incorrect please let me know! I copied this sentence from this blog...

Here's a table of contents if you guys need it:

Table of Contents:

  1. Codeforces specific features
  2. Math
  3. Emoji
  4. Change font, font size, color, background color of text, and text's alignment
  5. Tables
  6. YouTube videos

This blog was written by DuyMinh3005

1. Codeforces specific features:

I think that everyone knows how these things work, but I will write this anyway. Here is a picture of the taskbar:
In the taskbar, you can see a few options to format your blog:

  • Headings: Different levels of headings, with $$$H1$$$ being the largest, and $$$H4$$$ being the smallest.
  • Bold: Make your text bold.
  • Italic: Make your text italic.
  • Bulleted and numbered lists: Create a bulleted or numeric list. As you can see, I'm using the bulleted list now.
  • Picture and link: Insert a picture or a link (with a text to link if you want). To insert a picture, you could use this website to convert your image into a URL and insert it like this: ![ ](http://yourimagelink.jpg). Please note that, the website I said above only stored images for 30 days before it gets deleted
  • Source code: This includes block and inline. Block code helps your code render correctly, inline code lets you see the raw code. And PLEASE use <spoiler> if your code is long.

More about source code:
You could add your programming language after the ``` like this:
 ```c++
#include 
using namespace std;
int main () {
   cout << "Hello world!\n";
   return 0;
}
``` 

And it would render like this:

#include <iostream>
using namespace std;
int main () {
   cout << "Hello world!\n";
   return 0;
}


Likes widgets: Codeforces supports likes in posts and comments. To add like buttons, use the syntax (likes:key,groups) (use square brackets instead of round). The same key means the same likes widget. The same key with different groups can be used for exclusive choices. For example:

Raw:

Rendered:

Raw:

Rendered:
For more information, you can have a look at this blog

Bonus: Although Codeforces supports bold and italic, you can't write text with strikethrough and underline using Codeforces features.
To do this, use <strike>Your text</strike> for strikethrough and <u>Your text</u> for underline.

Quote: You can quote a sentence from another comment or blog using the syntax > Your text here for a quote, or <blockquote>Your text here</blockquote> for a block quote. The only difference is that a block quote can span multiple lines, whereas a regular quote is typically limited to a single line.

2. Math:

Basically, Codeforces uses LaTeX for us to type math. You can write math symbols by simply "activating" the math mode ($$) and add a backslash (\) followed by the command. For example, \frac{1}{2} will be rendered as $$$\frac{1}{2}$$$. If you want your fraction to be larger, use dfrac instead of frac.
For more information about math symbol syntax, you can have a look here.

3. Emoji:

If you didn't know, Codeforces supports emojis. To display an emoji that you want, you just write the corresponding decimal code and the browser will render it for you.

For example, this is Santa Claus: 🎅. Decimal code: &#127877;.

For more information about the emoji syntax, you could have a look at this website.

4. Change font, font size, color, background color of text, and text's alignment:

As Codeforces uses Markdown to render text, and Markdown includes HTML, so you can change how your text looks.

For example, to change the color of your text, do this: <p style="color:red">This text is red</p>, which will be rendered like this:

This text is red

Now, here is a table with the functions:

Function Raw Render Note
Change font <p style="font-family:'Courier New'"> This font is 'Courier New' </p>

This font is 'Courier New'

Nothing
Change font size <p style="font-size:10px"> This text is small </p>

This text is small

This can be set using absolute unit (px) or relative units (like em, rem, %, vw)
Change color <p style="color:red"> This text is red </p>

This text is red

You can replace the color name with a HEX code or RGB value
Change background color <p style="background-color:red"> The background is red </p>

The background is red

You can replace the color name with a HEX code or RGB value
Change text's alignment <p style="text-align:center"> This text is center aligned </p>

This text is center aligned

You can change center to left or right

Now, if you know how to use these functions, you can actually do something fun:

For example, this is me: DuyMinh3005

This behaves exactly like a real profile link: when you click it, it redirects to my profile (which is still a pupil), and when you hover the link, it says "Legendary Grandmaster DuyMinh3005"

Raw:

Another trick, which is more useful, is that you can make an anti-AI prompt just like this:


If you copy from this line...

So you did what I said correctly

...to this line...

...and paste it into Notepad, you will find something interesting.


To do this, you need to set the font-size to 0.

Raw:

5. Tables:

Basically, Codeforces uses Markdown to render tables. Markdown tables use pipes (|) to separate columns and hyphens (-) to define the header row. The structure includes a header row, a divider line, and data rows.

For example:

| No. | Name | Revenue |
|-------|-----|-----------|
| 1. | Clash Royale | $452.0 million |
| 2. | Brawl Stars | $272.6 million |
| 3. | Clash Of Clans | $253.9 million |
| 4. | Hay Day | $119.1 million |
| 5. | Boom Beach | $13.2 million |
| 6. | Squad Buster | $9.5 million |

Which will be rendered as:

Supercell's game revenue in 2025

No. Name Revenue
1. Clash Royale $452.0 million
2. Brawl Stars $272.6 million
3. Clash Of Clans $253.9 million
4. Hay Day $119.1 million
5. Boom Beach $13.2 million
6. Squad Buster $9.5 million

You can control the alignment of text in each column too. I don't know why, but it seems that Codeforces doesn't support text alignment inside tables. If you still want to align text (for tables), you could use text-align as I said above.

6. Youtube videos

Well, you can add a Youtube video into Codeforces using HTML.

For example:
Raw:

<iframe width="640" height="360"
src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1">
</iframe>

To do this, you first need to get the ID of the video you want to play. For example, dQw4w9WgXcQ is the ID of the Rickroll above. Then, use this syntax:

<iframe width="640" height="360"
src="https://www.youtube.com/embed/ID goes here">
</iframe>

You can change the width and height, but as far as I know, 640×360 is a good size for embedded videos.

If you want your video to be autoplayed, use autoplay=1 like this:

<iframe width="640" height="360"
src="https://www.youtube.com/embed/ID goes here?autoplay=1">
</iframe>

If you want your video to be muted, use mute=1 like this:

<iframe width="640" height="360"
src="https://www.youtube.com/embed/ID goes here?mute=1">
</iframe>

If you want both at once (greedy approach?), use autoplay=1&mute=1 like this:

<iframe width="640" height="360"
src="https://www.youtube.com/embed/ID goes here?autoplay=1&mute=1">
</iframe>

Full text and comments »

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

By DuyMinh3005, 5 months ago, In English

Hello CodeForces community!

Because I'm too lazy to write an intro, let's just get straight to the point.

  1. moh-kaz333: AI alike variables and functions names in F, G; like Path Result, BuildModPath, etc. Submission: F, G.

  2. Mostafafied: He got skipped at least once in every problems (except for F).

  3. dugu_qiubai: Got AI comments in F and G.

  4. v.s.golovanov: His code looks like it was written by AI, with long variable names. Also, he got an AC on D just after 39 seconds from his C's AC

  5. PKsilent: His B and D code got comments in French. He also cheated before in Educational Codeforces Round 188.

  6. ayushmaan1092: He got an AC on E just after his AC on G 1 minute. And, if you argue that you found a small typo in your E's code which then lead to an AC, you can do a compare to see a big difference.

  7. JC_Zhang: He got skipped at least once in every problems (except for E).

  8. risk_master: He got skipped at least once in every problems.

  9. sadwqdqEF213: He got comments in B, D, and E.

And more cheaters... (TBA)

NOTE: THIS IS MY OWN OPINION, I CAN MAKE MISTAKES.

Thank you!

Full text and comments »

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

By DuyMinh3005, 6 months ago, In English

Of course, the fastest way to become red is cheating. To be specific, use Gemini Pro. And, thanks to this method, I think Thanmai_19, jnccyyyq, ashgrove, nihaaleee, Terminator12, iammeteor, and phucngo2512010 will become a LGM soon.

1. Thanmai_19: He/she got AI comments in A and B, switched to Java in C and D.

2. jnccyyyq: Got TLE once in E, and then do it again with a totally different idea in just 7 minutes.

3. ashgrove, nihaaleee, harshxdsa: Many comments in their code.

4. Terminator12: Changed from Python 3 to C++ in just 3 minutes.

5. iammeteor: He/she got comments in E, and Vietnamese one in F.

6. phucngo2512010: His/her code for sure is made by an AI. Also, look at the time he got C and D correct...

Other suspects: undefined_Ryan, qwertyuiojhygtfdfg: I can't find any proof for these guys, I even looked at undefined_Ryan's past contest, but there are still no clue. Please tell me if I am missing something.

NOTE: THIS IS MY OWN OPINION, I CAN MAKE MISTAKES. ALSO, THE METHOD ABOVE IS JUST A JOKE, PLEASE DON'T CHEAT ;))

Full text and comments »

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

By DuyMinh3005, 6 months ago, In English

Hello Codeforces community!

After the previous Educational Codeforces Round 188 ended, I have noticed that there are so many cheaters who are maintaining their position at the top of the ranking. So, in this blog, I will list out some of them. Although my only method to expose cheaters is to look at their comments, I have found out quite a few of them.

Note: This is my own opinion, I can make mistakes.

1. The top 1 on the leaderboard, sonsimpmiku.

This one is quite obvious. He (or she?) got every problems accepted in 35 minutes, outstanding LGM like maspy, kotatsugame, etc.

2. Arthur_uncle

He got a big difference between his A — F submissions and G submission. Also, his submission for G has many comments

3. imakshat

Similar to Arthur_uncle, his F and G code got comments that look suspicious.

4. PKsilent

EVERY submissions of him have got comments in French.

5. ILoveNgocLinh

His comments aren't really suspicious, however, he changed his comments' language from English (in F) to Vietnamese (in G). Quite interesting, isn't it?

6. Last but not least, AshutoshSaugan.

This is the funniest case I've ever seen. In his submissions, none of them are suspicious. However, if you take a closer look, he submitted G TWICE, as he forgot to clear his AI's comments in the first one. This is the first one, and this is the second one.

Once again, this is my own point of view; I can make mistakes. If I missed anything important, please feel free to share your opinions

Thank you.

Full text and comments »

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