API Response (JSON)
{
"problem": {
"name": "Swappable",
"description": {
"content": "Given an array of $N$ integers $A=(A_1,A_2,...,A_N)$, find the number of pairs $(i,j)$ of integers satisfying all of the following conditions: * $1 \\le i < j \\le N$ * $A_i \\neq A_j$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc206_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an array of $N$ integers $A=(A_1,A_2,...,A_N)$, find the number of pairs $(i,j)$ of integers satisfying all of the following conditions:\n\n* $1 \\le i < j \\le N$\n* $A_i \\neq A_j$\n\n## Constrain...",
"is_translate": false,
"language": "English"
}
]
}