Блог пользователя MathModel

Автор MathModel, история, 8 месяцев назад, По-английски

Hello Codeforces!


I'm excited to invite you to Weekend Practice round #18 , taking place on 1st February, at 15:00 UTC. This is a rated contest at Eolymp.

Format and Difficulty

Same as in previous rounds, the competition is primarily aimed at improving practical skills. There will be $$$\LARGE \color{red}{\textbf{2}}$$$ hours for $$$5$$$ tasks of varying difficulty, the easiest of which can even be solved by beginners.

The scoring for each task being block-based (meaning points are awarded for each block of tests separately, and only if the solution passes all tests in the block). If there is a tie between two participants, the one whose last productive submission (i.e., a submission that added at least one point) was made earlier will be ranked higher in the leaderboard.

The statements will be available in the following languages: English, Ukrainian, Azerbaijani.

Registration

You can join the competition on the competition page.

Prizes

The winners of the contest will receive Eolymp Mints.

Criteria Eolymp Mints
Top-$$$10$$$ (ranks $$$1$$$ to $$$10$$$) $$$500$$$
$$$10$$$ random participants among Top-$$$50$$$ who scored at least $$$151$$$ points $$$250$$$
$$$20$$$ random participants among Top-$$$100$$$ who scored at least $$$51$$$ points $$$100$$$

Visit Frequently Asked Questions section to learn more.

Credits

Scoring

$$$\Large {50-150-200-300-500}$$$

Congrats to Winners

  1. potato167

  2. Andres_Alumets

  3. MAKMED1337

  4. physics0523

  5. pkhaustov

  6. vid

  7. JustFady

  8. Kerw1l

  9. Liudas

  10. AkbarKING

Congrats to First Solvers

A : TheFuturoma

B : physics0523

C : Horka

D : potato167

E : potato167

Editorials

Problem A

Problem B

Problem C

Problem D

Problem E

  • Проголосовать: нравится
  • +38
  • Проголосовать: не нравится

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

As an author I hope you will enjoy the problems :)

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

As a Tester I hope you to enjoy ^_^

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

omg we got speedrunning eolymp wp before gta VI

»
8 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by MathModel (previous revision, new revision, compare).

Time Reset Back to 2 Hours.

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Contest Starts in $$$4$$$ Hours.

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

As a tester I hope you enjoy the round.

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Starts in $$$20$$$ minutes

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

As a tester, I forgot to make an "As a tester" comment

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by MathModel (previous revision, new revision, compare).

»
8 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

spent the whole contest trying to not get MLE for the C (mex) in python :(, my approach was

code

Was there a more memory friendly approach (I also tried arrays of length k without more success) ?