API Response (JSON)
{
"problem": {
"name": "Ex - K-Coloring",
"description": {
"content": "You are given a simple undirected graph with $N$ vertices numbered $1$ to $N$ and $M$ edges numbered $1$ to $M$. Edge $i$ connects vertex $u_i$ and vertex $v_i$. Find the number, modulo $998244353$, o",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 8000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc294_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a simple undirected graph with $N$ vertices numbered $1$ to $N$ and $M$ edges numbered $1$ to $M$. Edge $i$ connects vertex $u_i$ and vertex $v_i$.\nFind the number, modulo $998244353$, o...",
"is_translate": false,
"language": "English"
}
]
}