lukasP's blog

By lukasP, 11 years ago, In English

We organize a programming contest at KTH in Stockholm next Sunday, April 21, 11:00 — 15:00 CEST. You can register now for the online contest and solve some warm-up problems from the last year's contest. The problems in the real contest will be of similar character and difficulty, they were done by almost the same people after all. The allowed languages are C/C++, Java, Python, C# and Go, but Python might be too slow for some problems.

For people going to the World Finals this is a great opportunity to try out the Kattis contest system.

Btw, the contest also has an on-site competition happening at KTH in Stockholm, but only for university and high school students.

I hope you will have fun!

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

»
11 years ago, # |
  Vote: I like it +17 Vote: I do not like it

I just want to remind you all that the contest is tomorrow. I am curious if you manage to solve the hardest problem.

  • »
    »
    11 years ago, # ^ |
      Vote: I like it +14 Vote: I do not like it

    Right now, the registration page says : "Sorry, registration is not open.".

    • »
      »
      »
      11 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      We'll try to fix that, hopefully it will work tomorrow morning before the contest.

      • »
        »
        »
        »
        11 years ago, # ^ |
          Vote: I like it +12 Vote: I do not like it

        still the registration page says : "Sorry, registration is not open." when it will work ?

        • »
          »
          »
          »
          »
          11 years ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          Sorry, we thought we could open the registration for a bit longer, but we are now busy with other stuff.

»
11 years ago, # |
  Vote: I like it +20 Vote: I do not like it

Problems, solutions, testdata, results and solution slides are online.

»
11 years ago, # |
  Vote: I like it 0 Vote: I do not like it

congrats to the champion SteamTurbine, the problem setter of CF180 He did a great great job in writing problems and solving problems :)

»
11 years ago, # |
Rev. 2   Vote: I like it +8 Vote: I do not like it

Sorry everyone, I missed that Scrool (the guys running the judge) had to close the registration, so I didn't emphasize that you should register beforehand. We'll make it better next year!

»
11 years ago, # |
  Vote: I like it +13 Vote: I do not like it

Added as a contest in the Gym — 2013 KTH Challenge. Two issues:

  • I wrote a checker for E because the output is not unique. I think it is good idea (and good style) to publish jury's checker programs.
  • I found that the answer on the test 28 (problem E) seems to be incorrect. I replaced it with the output generated by one of the solutions.
  • »
    »
    11 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    The checker in now available on the website.

    Yes, the output was incorrect, it's fixed now. The checker was not reading it anyway, because it's always possible to transform the graphs.

  • »
    »
    11 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    We decided to publish the problem packages including testdata, wrong solutions, generators and validators.