API Response (JSON)
{
"problem": {
"name": "图像相似度",
"description": {
"content": "给出两幅相同大小的黑白图像(用 $0-1$ 矩阵)表示,求它们的相似度。 说明:若两幅图像在相同位置上的像素点颜色相同,则称它们在该位置具有相同的像素点。两幅图像的相似度定义为相同像素点数占总像素点数的百分比。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2103"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出两幅相同大小的黑白图像(用 $0-1$ 矩阵)表示,求它们的相似度。\n\n说明:若两幅图像在相同位置上的像素点颜色相同,则称它们在该位置具有相同的像素点。两幅图像的相似度定义为相同像素点数占总像素点数的百分比。\n\n## Input\n\n第一行包含两个整数 $m$ 和 $n$,表示图像的行数和列数,中间用单个空格隔开。$1 \\le m \\le 100,1 \\le n \\le 100$。\n\n之后 $m...",
"is_translate": false,
"language": "English"
}
]
}