| # | Name | ||
|---|---|---|---|
| A |
standard input/output
4 s, 256 MB
|
|
|
| B |
standard input/output
1 s, 256 MB
|
|
|
| C |
standard input/output
2 s, 256 MB
|
|
|
| D |
standard input/output
3 s, 256 MB
|
|
|
| E |
standard input/output
2 s, 256 MB
|
|
|
| F |
standard input/output
1 s, 256 MB
|
|
|
| G |
standard input/output
1.5 s, 256 MB
|
|
|
| H |
standard input/output
1 s, 256 MB
|
|
|
| I |
standard input/output
1 s, 256 MB
|
|
|
| J |
standard input/output
1 s, 256 MB
|
|
|
| K |
standard input/output
3 s, 512 MB
|
|
|
| L |
standard input/output
1 s, 256 MB
|
|
|
| M |
standard input/output
10 s, 256 MB
|
|
|
| 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
|
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.
|