API Response (JSON)
{
"problem": {
"name": "Three Colors",
"description": {
"content": "You are given $N$ integers. The $i$\\-th integer is $a_i$. Find the number, modulo $998244353$, of ways to paint each of the integers red, green or blue so that the following condition is satisfied: *",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "tenka1_2019_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ integers. The $i$\\-th integer is $a_i$. Find the number, modulo $998244353$, of ways to paint each of the integers red, green or blue so that the following condition is satisfied:\n\n*...",
"is_translate": false,
"language": "English"
}
]
}