API Response (JSON)
{
"problem": {
"name": "Divisible by 3",
"description": {
"content": "We call a positive integer $n$ a good integer if and only if the sum of its positive divisors is divisible by $3$. You are given two positive integers $N$ and $M$. Find the number, modulo $998244353",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc370_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We call a positive integer $n$ a good integer if and only if the sum of its positive divisors is divisible by $3$. \nYou are given two positive integers $N$ and $M$. Find the number, modulo $998244353...",
"is_translate": false,
"language": "English"
}
]
}