3 4 1 5 3 3 1 1 2 3 4 3 5 4 4 3 2 3
0 1 2 For example, in the third round, the cards in $Z$ are $(4,1),(5,3),(3,1),(2,3)$. The score of $2$ can be obtained by using front, back, back and front sides of them, and pair them with the fourth, third, first and second cards in $Y$, respectively. It is not possible to obtain a score of $3$ or greater, and thus the answer is $2$.
5 7 1 9 7 13 13 11 8 12 9 16 7 8 6 9 11 7 6 11 7 10 9 3 12 9 18 16 8 9 10 15
4 3 3 1 -1 3 2
9 89 67 37 14 6 1 42 25 61 22 23 1 63 60 93 62 14 2 67 96 26 17 1 62 56 92 13 38 11 93 97 17 93 61 57 88 62 98 29 49 1 5 1 1 77 34 1 63 27 22 66
7 9 8 7 7 9 9 10 9 7 9
{
"problem": {
"name": "Two Faced Cards",
"description": {
"content": "There are $N$ cards. The two sides of each of these cards are distinguishable. The $i$\\-th of these cards has an integer $A_i$ printed on the front side, and another integer $B_i$ printed on the back ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc013_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ cards. The two sides of each of these cards are distinguishable. The $i$\\-th of these cards has an integer $A_i$ printed on the front side, and another integer $B_i$ printed on the back ...",
"is_translate": false,
"language": "English"
}
]
}