Problems
 
 
# Name    
A
standard input/output
2 s, 256 MB
Submit  x23
B
standard input/output
2 s, 256 MB
Submit  x19
C
standard input/output
2 s, 256 MB
Submit  x6
D
standard input/output
2 s, 256 MB
Submit  x201
E
standard input/output
2 s, 256 MB
Submit  x91
F
HEX1
standard input/output
2 s, 256 MB
Submit  x54
G
standard input/output
2 s, 256 MB
Submit  x66
H
standard input/output
2 s, 256 MB
Submit  x2
I
standard input/output
2 s, 256 MB
Submit  x148
J
standard input/output
2 s, 256 MB
Submit  x37
1 The package for this problem was not updated by the problem writer or Codeforces administration after we've upgraded the judging servers. To adjust the time limit constraint, a solution execution time will be multiplied by 2. For example, if your solution works for 400 ms on judging servers, then the value 800 ms will be displayed and used to determine the verdict.
Complete problemset
 
 
 
 
Questions about problems
 
 
  Question Answer
2012-12-26 22:07:05
Дороги могут идти не только в i+1-ую, но и в i-ую область.
2012-12-26 20:15:48
Problem G. Тест на тупость
*****
Считать ли вырожденные треугольники треугольниками? Что такое "различные"?
Вырожденные треугольники запрещены.

Два треугольника с длинами сторон a1<=a2<=a3 и b1<=b2<=b3 считаются равными, если a1=b1, a2=b2, a3=b3. Если треугольники не равны, то они различны.