API Response (JSON)
{
"problem": {
"name": "A. Display Size",
"description": {
"content": "A big company decided to launch a new series of rectangular displays, and decided that the display must have exactly _n_ pixels. Your task is to determine the size of the rectangular display — the nu",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF747A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A big company decided to launch a new series of rectangular displays, and decided that the display must have exactly _n_ pixels.\n\nYour task is to determine the size of the rectangular display — the nu...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "一家大公司决定推出一系列矩形显示屏,并决定显示屏必须恰好有 #cf_span[n] 个像素。\n\n你的任务是确定矩形显示屏的尺寸——即像素的行数 #cf_span[a] 和列数 #cf_span[b],使得:\n\n第一行包含正整数 #cf_span[n](#cf_span[1 ≤ n ≤ 106])——显示屏应具有的像素数量。\n\n请输出两个整数——显示屏的行数和列数。\n\n在第一个例子中,最小可能的差值...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given a positive integer $ n $ where $ 1 \\leq n \\leq 10^6 $, find integers $ a $ and $ b $ such that:\n\n- $ a \\cdot b = n $,\n- $ a \\leq b $,\n- $ b - a $ is minimized.\n\nOutput: $ a $ and $ b $....",
"is_translate": false,
"language": "Formal"
}
]
}