API Response (JSON)
{
"problem": {
"name": "「TERRA-OI R1」你不是神,但你的灵魂依然是我的盛宴",
"description": {
"content": "请求出: $\\sum_{i=1}^{n} \\sum_{j=1}^{m}(i\\times j \\bmod p)$ 的值,其中 $n,m,p$ 为给定的值。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8928"
},
"statements": [
{
"statement_type": "Markdown",
"content": "请求出:\n\n$\\sum_{i=1}^{n} \\sum_{j=1}^{m}(i\\times j \\bmod p)$ \n\n的值,其中 $n,m,p$ 为给定的值。\n\n## Input\n\n一行三个用空格分隔的正整数 $n,m,p$,含义见题目描述。\n\n## Output\n\n一行一个整数表示答案,由于这个结果可能很大,请输出其对 $10^9+7$ 取模的结果。\n\n[samples]\n\n## Backgro...",
"is_translate": false,
"language": "English"
}
]
}