PCMS2 Web Client Xiaodao request
Day 1 – November 17, 2014 | ||
---|---|---|
08:00 – Training contest 13:00 – Lunch 14:00 – Problem analysis, team work discussion and maximal flow theory |
Dress rehearsal problems Training contest problems |
Standings |
Day 2 – November 18, 2014 | ||
08:00 – Training contest 13:00 – Lunch 14:00 – Problem analysis and number theory applications in programming |
Training contest problems Problem analysis |
Standings |
Day 3 – November 19, 2014 | ||
08:00 – Training contest 13:00 – Lunch 14:00 – Problem analysis |
Training contest problems Problem analysis |
Standings |
Day 4 – November 20, 2014 | ||
08:00 – Dynamic programming contest 13:00 – Lunch 14:00 – Problem analysis |
Training contest problems Training contest additional problems |
Standings |
Day 5 – November 21, 2014 | ||
08:00 – Training contest 13:00 – Lunch 14:00 – Problem analysis |
Training contest problems |
Standings |
Available compilers:
Language | Version | Compiler command line |
---|---|---|
MinGW C | 4.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++11 | 4.8.1 | g++ -std=c++11 -x c++ -O2 -Wl,--stack=67108864 {source} -o {source}.exe |
Visual C | 2013 | cl /O2 /TC {source} |
Visual C++ | 2013 | cl /O2 /TP /EHsc {source} |
Java 8 | 1.8 | javac {source}; java -Xss128M -Xmx256M {code} |
Python 2 | 2.7.6 with PyPy 2.3.0 | pypy {source} |
Python 3 | 3.4 | python {source} |