Problems
 
 
# Name    
A
standard input/output
1 s, 256 MB
Submit  x1228
B
standard input/output
3 s, 256 MB
Submit  x793
C
standard input/output
5 s, 256 MB
Submit  x582
D
standard input/output
4 s, 256 MB
Submit  x415
E
standard input/output
4 s, 256 MB
Submit  x292
F
standard input/output
10 s, 256 MB
Submit  x175
Complete problemset
 
 
 
 
Questions about problems
 
 
  Question Answer
2020-08-29 17:42:50
Problem D. Cycle Free Flow
*****
What is  the range of q ??

1 <= q <= 3*10^5
2020-08-19 19:06:29
Problem E. Filthy Rich Trees
*****
Is it guaranteed that subtree products fit within double or long double type?
No guarantees that the subtree products will be small. They are allowed to be much much larger than the biggest possible long double.