3omar_ahmed's blog

By 3omar_ahmed, history, 19 months ago, In English

Hi Codeforces,

We're excited to invite you to OI Contest #1, which will take place on [contest_time:388712]. All problems were created and prepared by MinaRagy06, zordeno, Adam.Aly, and 3omar_ahmed.

Thanks to our testers for their time and valuable feedback: PurpleCrayon, SlavicG, HossamHero7 and Omar_Fakhry.

The contest will be OI Style not CPC Style.

OI Style explanation

The contest will be 5 hours and you have 5 problems to solve them.

Hope to see you in the standing, wish you good luck.

UPD1: Registration opened for the contest.

Full text and comments »

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

By 3omar_ahmed, history, 22 months ago, In English

In the last round in Educational Codeforces Round 130 (Rated for Div. 2) i solved awoo's Favorite Problem with complexity $$$O(N^2)$$$ by compiler GNU C++20 (64) i wonder how i didn't get TLE, I don't know if there is solution with complexity $$$O(N^2)$$$ or if the tests wasn't good in this problem, also i submited it with compiler GNU C++17 (64) and got accepted ,But i submited it with compiler GNU C++17 and got TLE (Time limit exceeded).

Submissions :

How does it happen ?? Why GNU C++17 (64) and GNU C++20 (64) is better than GNU C++17 ?? How my solution with complexity $$$O(N^2)$$$ works ??

thanks.

Full text and comments »

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