Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор harniver, история, 4 года назад, По-английски

The second round of the IIOT (International Informatics Olympiads in Teams) is starting next Tuesday, December 15th 2020! In the meanwhile, you can enjoy our teaser below and try to guess the next eight problems from the hints :)

If you missed the first round, you can still join in; check this post for further details. The mirror contest will be 3 hours USACO-style, starting from 14:30 in the CEST/CET time zone, and ending 24 hours after that.

We hope that you will join us or encourage your students to do so!

Giorgio Audrito (on behalf of the Italian IIOT organizers)

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

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

I think Kaey and his team are going to win this round. rocks03's team also has a good chance.

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

Will there be detailed editorials for the problems?

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

    As far as I know, only the official solutions will be released, but I might write an unofficial editorial a few days after the round, possibly with some help from other contestants.

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

      Unofficial editorials would be great, because I think the IIOT problems are really interesting and could learn a lot by upsolving those that I didn't manage to do during the contest.

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

armyalpaca will win

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

try to guess the next eight problems from the hints

1) You have $$$N$$$ planes that move in the 3D space, starting from $$$(x_i, y_i, z_i)$$$ with speed $$$(vx_i, vy_i, vz_i)$$$. If, in some moment, four planes are located in the same plane, an interference will happen. How many times will there be an interference, from the start to $$$k$$$ seconds later?

2) A and B play a game. On each turn, they throw $$$d$$$ different dice. Let $$$k$$$ be the sum of values on the dice; the current player must put $$$k$$$ cards on distinct cells of an $$$n \times m$$$ grid. If a rectangle entirely filled with cards, with area $$$\geq x$$$, appears, the current player wins. What's the probability that player A wins, if both players play optimally?

3) I have to finish homework, please continue claiming problems

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

is multiple devices allowed?

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

Nice spaghetti round!

»
4 года назад, # |
Rev. 5   Проголосовать: нравится +37 Проголосовать: не нравится

Top teams:

Full standings: ranking.pdf

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

Will problems be posted somewhere so we could upsolve them? Also, will any editorial be written for them?

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

    The mirror contest is still running at mirror.squadre.olinfo.it and will end tomorrow. The problems are usually published on the training platform, soon after the mirror ends.

    As far as I know, only the official solutions ( C++ and python implementations, but no explanation) are released. I am currently working on an unofficial editorial, though, which I will post here.