You can use several words in query to find by all of them at the same time. In addition, if you are lucky search understands word forms and some synonyms. It supports search by title and author. Examples:

  • 305 — search for 305, most probably it will find blogs about the Round 305
  • andrew stankevich contests — search for words "andrew", "stankevich" and "contests" at the same time
  • user:mikemirzayanov title:testlib — search containing "testlib" in title by MikeMirzayanov
  • "vk cup" — use quotes to find phrase as is
  • title:educational — search in title

Results

1.
By Flamire, history, 20 months ago, In English
EPIC Institute of Technology Round August 2024 (Div. 1 + Div. 2) Editorial [2002A &mdash; Distanced Coloring](https://mirror.codeforces.com/contest/2002/problem/A) idea & solution: [user:xcyle,2024-08-12] <spoiler summary="Hint 1"> Consider the case with $n=m=k$. </spoiler> <spoiler summary="Hint 2"> Generalize the solution for all $n,m,k$. </spoiler> <spoiler summary="Tutorial"> It can be shown that for any $k\times k$ subgrid, the colors we use must be pairwise distinct. Thus, we have an lower bound of $\min(n,k)\cdot\min(m,k)$. We can show that this lower bound is indeed achievable by coloring the upper-left $\min(n,k)\cdot\min(m,k)$ subgrid with distinct colors, and copy-pasting it to fill the rest of the grid. Time complexity: $O(1)$. </spoiler> <spoiler summary="Solution"> ~~~~~ #include <bits/stdc++.h> using namespace std; int t, n, m, k; int main() { scanf("%d", &t); while (t--) { scanf("%d%d%d", &n, &m, &k); printf("%d\n", min(n, k)*min(m, k)); } return 0; } ~~~~~ </spoiler> [2...

Full text and comments »

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

2.
By Indonesialbedo, 3 years ago, In English
Predict: orzdevinwang will reach 4000 in 1 year. As we have witnessed, in the recently concluded [CodeTON Round 6](https://mirror.codeforces.com/contest/1870), [user:orzdevinwang,2023-09-19] achieved [the 1st place](https://mirror.codeforces.com/contest/1870/standings/participant/163890042). ![rank 1 is orzdevinwang](/predownloaded/96/d0/96d07c1a56af8ac6deec2bbdc8081ea087f41c47) In fact it was the second time that he got rank#1 in Div.1+2: [rank#1](https://mirror.codeforces.com/contest/1782/standings/participant/147801267) in the [Codeforces Round 844](https://mirror.codeforces.com/contest/1782). This is only what he has achieved on Codeforces; when we examine his achievements in other areas, we can still be surprised. For example, on the AtCoder, he has been rank#1 in AGC for 3 times yet. - [AGC060](https://atcoder.jp/contests/agc060/standings) - [AGC062](https://atcoder.jp/contests/agc062/standings) - [AGC063](https://atcoder.jp/contests/agc063/standings) And the 4th place in [AGC061](https://atcoder.jp/contests/agc061/standings); and rank...
Predict: orzdevinwang will reach 4000 in 1 year., ![rank 1 is orzdevinwang ](/predownloaded/96/d0/96d07c1a56af8ac6deec2bbdc8081ea087f41c47), /standings/participant/163890042). ![rank 1 is orzdevinwang ](/predownloaded/96/d0

Full text and comments »

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

3.
By Aritro_, 12 months ago, In English
Cheater got to master rank (just need 5 more rating) [user:Programmers_Hive,2025-04-09] This cheater is just $5$ points away from reaching master rank. ####**Anyways, Here is my proof:** Point $1$: Check out this submission: [submission: 312977778] There is simply no way in hell that someone names variables like this: "fixed_border_count", "fixed_border_sum". I mean any normal person would name them like "fixed_cnt", "fixed_sum" or at least get rid of the word "border" since almost every variable has "border" in its name and he isn't working with anything other than border. But of course, we all know that our favourite coder, ChatGPT loves to make variable names with $50$ characters. Point $2$: Check out this submission: [submission: 314088363] It got Compilation Error in a problem where you have to print the number of operations and print the operations itself, each defined by $2$ integers. And with his Python code being $96$ lines long, I can't imagine someone not compiling their code in the given test ca...
! (Orz to orzdevinwang for AK'ing IOI 2024 and double Orz to orzdevinwang for getting rank $1$ in, (Orz to orzdevinwang for AK'ing IOI 2024 and double Orz to orzdevinwang for getting rank $1$ in the

Full text and comments »

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

4.
By plagues, history, 2 years ago, translation, In English
Congratulations! Аfter the rating change, Zhou Kangyang is now officially going to be the highest rated programmer in the world! I am very happy to congratulate him with this achievement! It's just out of this world, because he was born in 2007! But the main purpose of this blog, sadly, is not to congratulate him. You all know about the rule that says that you are not allowed to have more than one account, and Zhou Kangyang has two of them in top-10: "zh0ukangyang" and "orzdevinwang" are both his accounts. Now, as you all know what's happening, let everyone draw their own conclusion.
in top-10: "zh0ukangyang" and "orzdevinwang" are both his accounts., , and Zhou Kangyang has two of them in top-10: "zh0ukangyang" and "orzdevinwang " are both his

Full text and comments »

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

5.
By carcinisation, 23 months ago, In English
IOI 2024 Teams A few days ago, the team selection of Türkiye was completed after a glorious and intense battle. Since no one has posted a blog for the [IOI](https://www.ioi2024.eg/) teams yet, I have taken up the responsibility this year. Here is the IOI team of Türkiye: - Cengiz Eray Aslan ([user:erray,2024-05-12]) — 3rd time at IOI, 0 attempts left - Berke İnan Tol ([user:tolbi,2024-03-28]) — 2nd time at IOI, 0 attempts left - Duru Özer ([user:Weobe,2024-05-12]) — 1st time at IOI, 0 attempts left - Noyan Cantürk ([user:Nummer_64,2024-05-12]) — 1st time at IOI, 3 attempts left I wish the best of luck to all the participants. If you could kindly let me know the members of your team in the comments, I will be happy to update the list of participating teams. Good luck, and see you there! UPD: Added column for max rating average <table> <thead> <tr> <th>Country</th> <th colspan="4">Members</th> <th>Average of Max Ratings</th> ...
>

Full text and comments »

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

6.
By pathetique, history, 22 months ago, In English
COderfocers Codeforces | In English По-русски pathetique | Logout HOMETOPCATALOGCONTESTSGYMPROBLEMSETGROUPSRATINGEDUAPICALENDARHELP → Pay attention Before contest Codeforces Global Round 26 3 days Register now » *has extra registration → pathetique pathetique User''s contest rating in Codeforces communityRating: 1448 User''s contribution into Codeforces communityContribution: -77 Settings Blog Favourites Teams Submissions Problemsetting Groups Talks Contests → Top rated # User Rating 1 tourist 3757 2 jiangly 3647 3 Benq 3581 4 orzdevinwang 3570 5 Geothermal 3569 5 cnnfls_csy 3569 7 Radewoosh 3509 8 ecnerwala 3486 9 jqdai0815 3474 10 gyh20 3447 Countries | Cities | Organizations View all → → Top contributors # User Contrib. 1 maomao90 171 2 awoo 164 3 adamant 163 4 TheScrasse 159 5 maroonrk 155 6 nor 154 7 -is-this-fft- 152 8 Petr 147 9 orz 145 10 pajenegod 144 View all → → Favourite groups # Name 1 X-Camp 402H 2022 Fall View all → → Fi...
# User Rating 1 tourist 3757 2 jiangly 3647 3 Benq 3581 4 orzdevinwang 3570 5 Geothermal 3569 5, 03 Slimes (Kangyang Zhou, Mingyang Deng, Ziqian Zhong) orzdevinwang Rewinding TLE 4 Polish Mafia, → Top rated # User Rating 1 tourist 3757 2 jiangly 3647 3 Benq 3581 4 orzdevinwang 3570 5

Full text and comments »

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

7.
By dXqwq, history, 3 years ago, In English
Will liuhengxi achieve LGM in grade 9? As far as I know, he is in grade 9 now, which is one year younger than orzdevinwang. He is gaining rating in recent contests and previous LGMs in grade 9 are djq-cpp and orzdevinwang(comment below if you know more). Meanwhile I'm stuck between 2600~2700, hope I will become stronger next year o(>_<)o
As far as I know, he is in grade 9 now, which is one year younger than orzdevinwang., He is gaining rating in recent contests and previous LGMs in grade 9 are djq-cpp andorzdevinwang

Full text and comments »

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

8.
By dblark, history, 4 years ago, In English
Congratulations! orzdevinwang may become one of the youngest LGMs as well! He is only in grade 9 ;) In Round 752 (right now), he ranked 14th and will gain +104 rating, then, become the youngest LGM (even younger than djq_cpp) ![](/predownloaded/0b/95/0b9573475b20fc66693b6ce9ab943e4c5a9791aa.png) Congratulations!
Congratulations! orzdevinwang may become one of the youngest LGMs as well!

Full text and comments »

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

9.
By pathetique, history, 2 years ago, In English
codeforces Codeforces | In English По-русски pathetique | Logout HOMETOPCATALOGCONTESTSGYMPROBLEMSETGROUPSRATINGEDUAPICALENDARHELP → Pay attention Before contest Educational Codeforces Round 162 (Rated for Div. 2) 2 days Register now » → pathetique pathetique User''s contest rating in Codeforces communityRating: 1448 User''s contribution into Codeforces communityContribution: -61 Settings Blog Favourites Teams Submissions Problemsetting Groups Talks Contests → Top rated # User Rating 1 jiangly 3678 2 Benq 3602 3 ecnerwala 3542 4 maroonrk 3541 5 cnnfls_csy 3540 6 orzdevinwang 3493 7 inaFSTream 3478 8 Um_nik 3430 9 Geothermal 3409 9 Rebelz 3409 Countries | Cities | Organizations View all → → Top contributors # User Contrib. 1 maomao90 174 2 adamant 164 3 TheScrasse 161 3 SecondThread 161 3 awoo 161 6 nor 159 7 maroonrk 158 8 Um_nik 156 9 BledDest 145 9 Geothermal 145 View all → → Favourite groups # Name 1 X-Camp 402H 2022 Fall View all → ...
cnnfls_csy 3540 6 orzdevinwang 3493 7 inaFSTream 3478 8 Um_nik 3430 9 Geothermal 3409 9 Rebelz 3409, orzdevinwang 3493 7 inaFSTream 3478 8 Um_nik 3430 9 Geothermal 3409 9 Rebelz 3409 Countries

Full text and comments »

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

10.
By NickFuryy, history, 19 months ago, In English
orzdevinwang in IOI [user:orzdevinwang,2024-09-05] is a sigma he didn't even feel IOI! ![ ](/predownloaded/da/1e/da1e919fd6cb4c66e1be0bb0665c9603df4cdd07.png)
orzdevinwang in IOI

Full text and comments »

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

11.
By Indonesialbedo, 2 years ago, In English
Congratulations: orzdevinwang has reached rk1! It has been 3 months from [my predict](https://mirror.codeforces.com/blog/entry/120544). If has he become the youngest one that reached rank 1 in rating on Codeforces?
Congratulations: orzdevinwang has reached rk1!

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

12.
By wasif2397, history, 19 months ago, In English
congratulations orzdevinwang congratulations for winning IOI 2024 [user:orzdevinwang,2024-09-05]
congratulations orzdevinwang

Full text and comments »

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

13.
By TheGreatLoveImmortal, history, 17 months ago, In English
Where do LGM's like orzdevinwang train? I'm not telling I can copy them and become an LGM but all I want to know is where do they mainly learn and train? Like honestly [user:orzdevinwang,2024-11-23] are so young but already among the top competitiors just curious to know what do they differently?
Where do LGM's like orzdevinwang train?

Full text and comments »

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