API Response (JSON)
{
"problem": {
"name": "Without Carry",
"description": {
"content": "You are given an integer sequence of length $N$: $A=(A_1,A_2,\\cdots,A_N)$. Find the number of pairs of integers $(i,j)$ ($1 \\leq i < j \\leq N$) such that calculation of $A_i+A_j$ by column addition do",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc136_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence of length $N$: $A=(A_1,A_2,\\cdots,A_N)$.\nFind the number of pairs of integers $(i,j)$ ($1 \\leq i < j \\leq N$) such that calculation of $A_i+A_j$ by column addition do...",
"is_translate": false,
"language": "English"
}
]
}