7 2 5 3
Yes The magic will be successful if, for example, he does the following operations: * First, choose the blue card. The integers on the red, green, and blue cards are now $7$, $2$, and $10$, respectively. * Second, choose the green card. The integers on the red, green, and blue cards are now $7$, $4$, and $10$, respectively. * Third, choose the green card. The integers on the red, green, and blue cards are now $7$, $8$, and $10$, respectively.
7 4 2 3
No He has no way to succeed in the magic with at most three operations.
{
"problem": {
"name": "Magic 2",
"description": {
"content": "M-kun has the following three cards: * A red card with the integer $A$. * A green card with the integer $B$. * A blue card with the integer $C$. He is a genius magician who can do the followin",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "m_solutions2020_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "M-kun has the following three cards:\n\n* A red card with the integer $A$.\n* A green card with the integer $B$.\n* A blue card with the integer $C$.\n\nHe is a genius magician who can do the followin...",
"is_translate": false,
"language": "English"
}
]
}