API Response (JSON)
{
"problem": {
"name": "Happy New Year 2023",
"description": {
"content": "You are given a positive integer $N$. It is known that $N$ can be represented as $N=p^2q$ using two different prime numbers $p$ and $q$. Find $p$ and $q$. You have $T$ test cases to solve.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc284_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a positive integer $N$. It is known that $N$ can be represented as $N=p^2q$ using two different prime numbers $p$ and $q$.\nFind $p$ and $q$.\nYou have $T$ test cases to solve.\n\n## Constra...",
"is_translate": false,
"language": "English"
}
]
}