API Response (JSON)
{
"problem": {
"name": "A xor B plus C",
"description": {
"content": "You are given non-negative integers $A$, $B$, and $C$. Define a sequence of non-negative integers $X = (X_1, X_2, \\dots)$ as follows: * $X_1 = A$ * $X_2 = B$ * $X_{i+2} = (X_i \\oplus X_{i+1}) +",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 8000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "ttpc2024_1_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given non-negative integers $A$, $B$, and $C$. Define a sequence of non-negative integers $X = (X_1, X_2, \\dots)$ as follows:\n\n* $X_1 = A$\n* $X_2 = B$\n* $X_{i+2} = (X_i \\oplus X_{i+1}) +...",
"is_translate": false,
"language": "English"
}
]
}