| UTPC Spring 2021 Open Contest |
|---|
| Закончено |
| № | Название | ||
|---|---|---|---|
| A |
стандартный ввод/вывод
4 с, 256 МБ
|
|
|
| B |
стандартный ввод/вывод
1 с, 256 МБ
|
|
|
| C |
стандартный ввод/вывод
2 с, 256 МБ
|
|
|
| D |
стандартный ввод/вывод
3 с, 256 МБ
|
|
|
| E |
стандартный ввод/вывод
2 с, 256 МБ
|
|
|
| F |
стандартный ввод/вывод
1 с, 256 МБ
|
|
|
| G |
стандартный ввод/вывод
1,5 с, 256 МБ
|
|
|
| H |
стандартный ввод/вывод
1 с, 256 МБ
|
|
|
| I |
стандартный ввод/вывод
1 с, 256 МБ
|
|
|
| J |
стандартный ввод/вывод
1 с, 256 МБ
|
|
|
| K |
стандартный ввод/вывод
3 с, 512 МБ
|
|
|
| L |
стандартный ввод/вывод
1 с, 256 МБ
|
|
|
| M |
стандартный ввод/вывод
10 с, 256 МБ
|
|
|
| Вопрос | Ответ | |
|---|---|---|
|
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
|
Задача 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
|
Задача 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.
|
| Название |
|---|


