_Sherbiny's blog

By _Sherbiny, history, 2 months ago, In English

Hello, Codeforces!

We are excited to invite you to participate in Game of Coders 5.0 | Finals Round Mirror!

Game of Coders is a contest organized by the ICPC Mansoura Community. The original contest is being held in Mansoura, Egypt, as preparation for the upcoming ECPC competition.

The mirror contest will begin on July 25, 2026 at 10:35 UTC+3.

You will have 5 hours to solve 15 problems. The contest follows the ICPC format, and the problems are not sorted by difficulty, so make sure to read the entire problem set carefully!

We hope the contest provides useful practice for teams preparing for ECPC, while still being an enjoyable challenge for everyone else.

Judges and Problem Setters

The contest was prepared and judged by:

Special Thanks

We would like to thank:

  • Hamed_ 3bkarm, Baskot ahmedalaa22 Yousef.Osama for testing and saving the day.
  • The entire ICPC Mansoura Community team for organizing the event and making it possible.
  • All the participants for being part of Game of Coders 5.0 and bringing life and competition to the event.
  • MikeMirzayanov and the Codeforeces team for Codeforces, Polygon, and Testlib.

We hope you enjoy the contest and have fun solving the problems!

Good luck and have fun! <3

Full text and comments »

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

By _Sherbiny, history, 19 months ago, In English

Hi, I wanted to share something weird that happened to me in the previous round.

After about an hour, I submitted this code for problem D: Submission 306394465

I knew the code had high memory and time complexity, but I was confident it would pass given the constraints. However, I received a Memory Limit Exceeded (MLE) verdict.

After the round, I resubmitted the exact same code using C++ 17, and it passed—with a huge difference in memory usage!

Submission 306462649

I just wanted to share this random incident and ask if anyone knows the reason behind it.

Full text and comments »

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