API Response (JSON)
{
"problem": {
"name": "[CCPC 2023 北京市赛] 图",
"description": {
"content": "给定一个 $n$ 个点的无向正权完全图,请对于每一条边 $(a,b)$,求出是否存在一个点对 $(x,y)$ 使得 $x\\rightarrow y$ 的所有最短路都经过 $(a,b)$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10048"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个 $n$ 个点的无向正权完全图,请对于每一条边 $(a,b)$,求出是否存在一个点对 $(x,y)$ 使得 $x\\rightarrow y$ 的所有最短路都经过 $(a,b)$。\n\n## Input\n\n第一行一个正整数 $n (1 \\le n \\le 500)$ 表示图的点数。\n\n接下来 $n$ 行每行 $n$ 个数,构成一个大小为 $n\\times n$ 的矩阵,第 $i$ 行第 $j$...",
"is_translate": false,
"language": "English"
}
]
}