2
1
The value of $K$ is $1$ and the unique name-preserving configuration of clubs is ${{1}}$ (the configuration ${{2}}$ is considered the same).3
1
The value of $K$ is $2$ and the unique (up to permutation) name-preserving configuration of clubs is ${{1}, {1, 2}}$.4
7
The value of $K$ is $3$ and the name-preserving configurations of clubs with $3$ clubs are:
* ${{1}, {2}, {1, 3}}$
* ${{1}, {1, 2}, {2, 3}}$
* ${{1, 2}, {1, 2}, {1, 3}}$
* ${{1}, {1, 2}, {1, 2, 3}}$
* ${{1}, {2, 3}, {1, 2, 4}}$
* ${{1, 2}, {1, 3}, {1, 2, 4}$
* ${{1, 2}, {1, 2, 3}, {2, 3, 4}}$13
6
26
\-1
123456789123456789
\-1
{
"problem": {
"name": "Name-Preserving Clubs",
"description": {
"content": "There are $N$ people (with different names) and $K$ clubs. For each club you know the list of members (so you have $K$ unordered lists). Each person can be a member of many clubs (and also $0$ clubs) ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc044_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ people (with different names) and $K$ clubs. For each club you know the list of members (so you have $K$ unordered lists). Each person can be a member of many clubs (and also $0$ clubs) ...",
"is_translate": false,
"language": "English"
}
]
}