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

Автор lukasP, 10 лет назад, По-английски

We organize a programming contest at KTH in Stockholm next Sunday, April 13, 11:00 – 15:00 CEST.

Right now you can create a Kattis account and solve some warm up problems from last year. The problems in the real contest will be of similar character and difficulty as last year. We will reveal the URL of the contest system before the contest. 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!

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

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

Looking forward to it!

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

The URL for the contest is https://open.kattis.com/contests/kth2014open. The warm-up site will be up until the contest starts.

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

Thanks for organizing this contest!

Unfortunately, it seems that the newly announced Codeforces Round #241 clashes with KTH Challenge...

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

Last reminder, the competition starts soon!

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

Everything from the contest is published at http://challenge.csc.kth.se/ including test data, solutions, validators, generators

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

    Problem H.

    Why in optimal solution z will have z = x[i] - y[i] mod m[i] for some i?

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

      If this is not true, then you can take z-1 instead and get a lower solution, so z is not an optimal solution.

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

Problem E is very interesting! Again a problem that solution uses randomness written by Per Austrin :)