ETH Trainingsweek

Technical introduction slides (PDF, includes info about submission system)
Link to the submission system: PCMS2 Web Client

Previous trainingsweek (May 2014)
Previous trainingsweek (April 2015)

Day 1 – Tuesday, April 26, 2016
09:35
10:00
D11 Dress Rehearsal session
Contest
Dress rehearsal statements
Problem statements
Problem editorial
Contest standings
Day 2 – Wednesday, April 27, 2016
10:00
D11 Contest
Problem statements
Problem editorial
Contest standings
Day 3 – Thursday, April 28, 2016
10:00
D11 Contest
Problem statements
Problem editorial
Contest standings
Day 4 – Friday, April 29, 2016
10:00
D11 Contest
Problem statements
Problem editorial
Contest standings
Day 5 – Sunday, May 1, 2016
10:00
H56 Contest
Problem statements
Problem editorial
Contest standings

Available compilers:

LanguageVersionCompiler command line
MinGW C4.8.1
gcc -x c -O2 -Wl,--stack=67108864 {source} -o {source}.exe
MinGW C++4.8.1
g++ -x c++ -O2 -Wl,--stack=67108864 {source} -o {source}.exe
MinGW C++114.8.1
g++ -x c++ -std=c++11 -O2 -Wl,--stack=67108864 {source} -o {source}.exe
Visual C2013
cl /O2 /TC {source}
Visual C++2013
cl /O2 /TP /EHsc {source}
Java 71.7.0_55
javac {source}; java -Xss128M -Xmx256M {code}
Java 81.8.0_05
javac {source}; java -Xss128M -Xmx256M {code}