Problems
 
 
# Name    
A
standard input/output
1 s, 256 MB
Submit  x9615
B
standard input/output
2 s, 256 MB
Submit  x2863
C
standard input/output
1 s, 256 MB
Submit  x3496
D
standard input/output
2 s, 256 MB
Submit  x1702
E
standard input/output
2 s, 256 MB
Submit  x376
F
standard input/output
3 s, 256 MB
Submit  x52
Complete problemset
 
 
 
 
Questions about problems
 
 
# Party When Question Answer
   
2020-01-29 18:08:25 Announcement Problem B. Infinite Prefixes
*****
A prefix is a string consisting of several first letters of a given string, without any reorders. An empty prefix is also a valid prefix.

For example, the string "abcd" has 5 prefixes: empty string, "a", "ab", "abc" and "abcd".
   
2020-01-29 17:58:51 Announcement Problem B. Infinite Prefixes
*****
The mistake in tests is fixed in B. All the solutions are rejudged.