Looks like pcms2client is not working right now, we are aware of that situation

Everything works now

PCMS2 Web Client
Introductory questionnaire
Group on codeforces
Previous years: 2016

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:

LanguageVersionCompiler command line
MinGW C++146.2.0
g++ -x c++ -std=gnu++14 -O2 -Wl,--stack=67108864 {source} -o {source}.exe
Visual C2013
cl /O2 /TC {source}
Visual C++2013
cl /O2 /TP /EHsc {source}
Visual C#2013
csc /optimize {source}
Java 81.8
javac {source}; java -Xss128M -Xmx256M {code}
Python 33.5.2
python {source}
Pypy3.5.2 + 2.4.0
pypy {source}
Kotlin1.0.4
kotlin.compiler . -include-runtime -d stage1-${source}