Problems
 
 
# Name    
A
standard input/output
4 s, 256 MB
Submit  x10
B
standard input/output
1 s, 256 MB
Submit  x46
C
standard input/output
2 s, 256 MB
Submit  x14
D
standard input/output
3 s, 256 MB
Submit  x2
E
standard input/output
2 s, 256 MB
Submit  x11
F
standard input/output
1 s, 256 MB
Submit  x4
G
standard input/output
1.5 s, 256 MB
Submit  x20
H
standard input/output
1 s, 256 MB
Submit  x42
I
standard input/output
1 s, 256 MB
Submit  x19
J
standard input/output
1 s, 256 MB
Submit  x41
K
standard input/output
3 s, 512 MB
Submit  x22
L
standard input/output
1 s, 256 MB
Submit  x22
M
standard input/output
10 s, 256 MB
Submit  x23
Complete problemset
 
 
 
 
Questions about problems
 
 
  Question Answer
2021-04-25 00:14:09
The contest will be ending in about 50 minutes! We will be discussing solutions in a Zoom room here https://utexas.zoom.us/j/95294921620 afterwards.
2021-04-24 20:36:40
Problem G. Four Horsemen
*****
why we can have 10 rectangles from the sample#1? I can only find 9.
Rectangles are not necessarily axis-aligned.
2021-04-24 20:22:19
Problem A. Alaska Don't Release Them
*****
Given that Queen cards are wild, what is the formal definition of five cards in consecutive sequence? I see four reasonable interpretations:

1. "five cards that have ranks that form a contiguous substring of the non-cyclic string A23456789TJK"
2. "five cards that have ranks that form a contiguous substring of the non-cyclic string A23456789TJQK"
3. "five cards that have ranks that form a contiguous substring of the cyclic string A23456789TJK"
4. "five cards that have ranks that form a contiguous substring of the cyclic string A23456789TJQK"

Interpretation 2, but Aces cannot be involved as per the problem statement. Queens can also stand in for any rank.
2021-04-24 20:20:24
Please ignore previous clarifications about the "Double Pacific" hand. "Double Pacific" hands contain two unique pairs of disjoint cards, each pair of which is at the same rank, but the two pairs are at distinct ranks. This is not the same as 4 of a kind.
2021-04-24 20:09:12
Problem A. Alaska Don't Release Them
*****
The input specification does not explicitly forbid duplicate cards from appearing in the input.

Are duplicate cards permitted?
For the cards within a hand, we are guaranteed to have distinct cards. However, cards may be repeated across test cases.