API Response (JSON)
{
"problem": {
"name": "Digits in Multiplication",
"description": {
"content": "You are given an integer $N$. For two positive integers $A$ and $B$, we will define $F(A,B)$ as the larger of the following: the number of digits in the decimal notation of $A$, and the number of di",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc057_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. \nFor two positive integers $A$ and $B$, we will define $F(A,B)$ as the larger of the following: the number of digits in the decimal notation of $A$, and the number of di...",
"is_translate": false,
"language": "English"
}
]
}