When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

lukasP's blog

By lukasP, 10 years ago, In English

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!

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

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

Looking forward to it!

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

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

»
10 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Thanks for organizing this contest!

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

»
10 years ago, # |
  Vote: I like it +9 Vote: I do not like it

Last reminder, the competition starts soon!

  • »
    »
    10 years ago, # ^ |
    Rev. 2   Vote: I like it +3 Vote: I do not like it

    Do I have to register for the contest? I mean creating an account is obviously.

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

      You can just login and click on "Join the contest".

»
10 years ago, # |
  Vote: I like it +6 Vote: I do not like it

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

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

    Problem H.

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

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

      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 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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