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

Автор ko_osaga, история, 5 лет назад, По-английски

To jump on a bandwagon, I'll run a boring stream, where I'll virtual participate JOI Spring Camp 2019 Day2 (or Day1 if that's harder). The time will be 3/21 Thursday 7:30 PM UTC+9 (KST)

https://www.twitch.tv/koosaga

If this works out well, I'll maybe continue streaming after WF. I'll try to solve problems that is both hard and annoying, something like this.

See you!

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

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

How to write these contests virtual, not at 1:00 (UTC)?

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

    I assumed they will hold an analysis session. If they don't, I'll just solve other hard JOI problems instead.

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

Please [ subscribe & follow & like ] wookje tv (^-^)

https://twitch.tv/wookje

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

Still no 100pt solution for that one problem from IOI 2003...

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

    lol is it even possible to score > 88

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

      That's what I'd like to know. After all, it's strange that there would be a problem without a 100pt solution. Spoiler alert: the only official(ish?) solution I found describes something that seems to score 88.

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

        I don't think it's possible in 5 hours, but overall it's possible... I was given the task about 1-2 years ago, and gave it 2 weeks, after which I got 100.

        I also lost the source code (this is the only thing I have left), but if you want to challenge me to rewrite it (maybe given a judge?) then sure.

        I barely remember the idea, but it doesn't give away the solution;

        • Try to maintain values to print, but don't print necessarily right away.
        • You can reorder elements (not necessarily an increasing sequence) for easier implementation.

        Edit: Well apparently I have some source code that is incomplete, and some of the output files for some inputs. This is one of them, solving n=255 using upto 4 consecutive S operations at any time. I think this expresses all that's necessary to solve for fullscore.

        Specifically, the bounds I kind of remember are:

        8, 44, (I think 97 or 101), (I think 137 or 173), 257.

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

          The judge is Yandex IOI archive.

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

            Done :) (you can view in the standings)

            The first time I solved the problem I wrote a lot of case analysis to do the best thing I found on paper. This time I tried to write something more general, which was able to solve with 1 operation upto 44, 2 operations upto 101 and 4 operations upto 257. For some reason it bugs for 3 operations (bound should be around 180-190 I think), but I tried submitting without it (solving either with 1,2,4). Jury's answers are weak enough to let this pass with 99 points, and then I had to improve just n=112 so I did the stupid thing that solves in 8 + 36T for some limit T.

            tl;dr: My code is not general, just solves whatever is good enough for the jury. I couldn't bother fixing it, as it was unnecessary (my general solution improves jury's answers for tests 12,13).

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

              Wow, good job! I really thought it was impossible, now I know that I can improve my total score in that IOI archive and that it makes for a good challenge to others.

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

Pretty please, just use Science & Technology category!

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

Wow, it's super fun. Maybe you guys can compete for writing annoying problems.

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

    Well, everyone can have their guilty pleasures...

    But I have the criteria. I don't like long and annoying problems (or cheats by compressing with formulas). Good annoying problems should have a short or motivating statement, and knowing it's annoyingness should be nontrivial, or quite hard. I'm not sure my examples are "good" in that sense, though.

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

Hi, i'm having a question:

Assume we've done kruskal algorithm on a list of edges of a connected graph. Then can we check if an edge were in the minimum spanning tree in O(1) with disjoint set we've created? Assume that checking edges exist in edge list.

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

if you yourself know it's boring and useless don't waste both our and your time. what's so hard

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

Starts in 30 minutes!

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

13/10/100 :( See you next time!