Day 1 – October 30, 2017 | ||
---|---|---|
08:00 – Practice session 09:00-13:00 – Training contest 13:00 – Lunch 14:00 – Problem analysis and lection |
Practice session problems Introduction advanced contest problems |
Practice session standings Standings advanced Presentation for Math Lecture Some materials about game theory |
Day 2 – October 31, 2017 | ||
08:00-13:00 – Training contest 13:00 – Lunch 14:30 – Problem analysis and lection |
Advanced contest problems Basic contest problems |
Standings advanced FFT lecture's slides |
Day 2 and a half:) – November 1, 2017 | ||
00:00-23:59 – Upsolving problems:) 12:00 – Little lection (for both groups) | ||
Day 3 – November 2, 2017 | ||
08:00-13:00 – Training contest 13:00 – Lunch 14:30 – Problem analysis and lection |
Advanced contest problems FFT optimization lecture's slides |
Standings advanced |
Day 4 – November 3 2017 | ||
08:00-13:00 – Training contest 13:00 – Lunch 14:30 – Problem analysis and lection 16:00 – Small closing ceremony |
Advanced contest problems |
Standings advanced |
Available compilers:
Language | Version | Compiler command line |
---|---|---|
MinGW C++14 | 6.2.0 | g++ -x c++ -std=gnu++14 -O2 -Wl,--stack=67108864 {source} -o {source}.exe |
Visual C | 2013 | cl /O2 /TC {source} |
Visual C++ | 2013 | cl /O2 /TP /EHsc {source} |
Visual C# | 2013 | csc /optimize {source} |
Java 8 | 1.8 | javac {source}; java -Xss128M -Xmx256M {code} |
Python 3 | 3.5.2 | python {source} |
Pypy | 3.5.2 + 2.4.0 | pypy {source} |
Kotlin | 1.0.4 | kotlin.compiler . -include-runtime -d stage1-${source} |