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!
Looking forward to it!
The URL for the contest is https://open.kattis.com/contests/kth2014open. The warm-up site will be up until the contest starts.
Thanks for organizing this contest!
Unfortunately, it seems that the newly announced Codeforces Round #241 clashes with KTH Challenge...
Last reminder, the competition starts soon!
Do I have to register for the contest? I mean creating an account is obviously.
You can just login and click on "Join the contest".
Everything from the contest is published at http://challenge.csc.kth.se/ including test data, solutions, validators, generators
Problem H.
Why in optimal solution
z
will havez = x[i] - y[i] mod m[i]
for somei
?If this is not true, then you can take
z-1
instead and get a lower solution, soz
is not an optimal solution.Problem E is very interesting! Again a problem that solution uses randomness written by Per Austrin :)