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

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

logo

The European Girls' Olympiad in Informatics 2024 took place from 21st to 27th of July in Veldhoven, the Netherlands. The results can be found here. Huge congratulations prvocislo for winning the contest for the second year in a row and all other contestants who did incredibly well.

The tasks were authored by jasmin_studer, zoooma13, Sorting, bestial-42-centroids, nigus and Massimo Cairo.

The problem were prepared by the scientific committee consisting of nigus, simonlindholm, Xylofo, zehnsechs, SlavicG, flute42 and JanKuipers.

We also thank our testers: Petr, carolinux, Ante0417, mango_lassi, ainta, jasmin_studer and waynetuinfor.

An online mirror is available with flexible start time on Kattis running until July 29. The problems can also be found individually on Kattis (/Open Kattis) or on the EGOI24 website.

Test data and jury solutions are available at https://github.com/zehnsechs/egoi-2024-testdata.

You are welcome to discuss the problems in the comments!

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

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

orz

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

Cant wait to see all trans teams if they are allowed.

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

berr orz

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

Veeon orz

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

stanirina ORZ!

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

The problems can also be found individually on Kattis or on the EGOI24 website.

how does one submit without joining the mirror?

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

I didn't know it's possible to add gifs to blog posts but this one is awesome!

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

clarinha ORZ top 4 with 4 attemps left

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

Congrats to the winners!

Which country is hosting the next EGOI?

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

berr orz :D

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

What's the solution to "Where is Waldo?" from the practice session (and where to submit)?

EDIT: found it, https://github.com/Kodsport/swedish-olympiad-2022/blob/main/lager/whereswaldo/submissions/accepted/sl_pq2.cpp

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

Any plans to release the test datas?

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

    Test data can be found at https://github.com/zehnsechs/egoi-2024-testdata. Jury solutions will be uploaded there after the mirror contest ends.

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

      Is there any explanation as to why the 100-pt solution to lightbulbs has any sort of worst-case guarantee, given that it is randomized?

      • »
        »
        »
        »
        3 месяца назад, # ^ |
        Rev. 2   Проголосовать: нравится +10 Проголосовать: не нравится

        We don't have a proof for it, but we do have some hand-wavy intuition about why the uniformly random case should be the worst, and the solution we have uses at most ~65 queries on that so we figured there was a large enough margin. We do have a deterministic O(n / log n) solution as well but its constant is much too bad; it seems unclear whether 85 queries is doable deterministically.

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

          What's the intuition?

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

          Can you please summarize the randomization solution for us? Since it doesn't have an editorial.

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

Good job by the organizers, the problems were great! I encourage everyone try d1D and d2D (and full score d2C if you have a free week, lol)

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

Here is my solution to Day 1 Problem 4 "Garden Decoration". If you are going to participate in Online Mirror, don't see (I am writing now because the blog says we can discuss problems here):

Idea #1
Idea #2
Solution
Message

Anyway, if it is an intended solution, I will be really surprised.

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

    I would be surprised too if this intended but there is a $$$O(n)$$$ solution by pure construction, one of our IOI team members found it during virtual. It's pretty nice imo.

    Solution

    Credits to isaachew

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

Congratulations berr! You deserved it well :D

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

Is it possible to give virtual after July 29th on any of the platforms?

»
5 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Does anyone know which country is hosting EGOI 2025?

We knew the dates & host by this time last year.