{"problem":{"name":"This Message Will Self-Destruct in 5s","description":{"content":"You are the top spy of AtCoder Kingdom. To prevent the stolen secret from being handed to AlDebaran Kingdom, you have sneaked into the party where the transaction happens. There are $N$ attendees in t","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc166_e"},"statements":[{"statement_type":"Markdown","content":"You are the top spy of AtCoder Kingdom. To prevent the stolen secret from being handed to AlDebaran Kingdom, you have sneaked into the party where the transaction happens.\nThere are $N$ attendees in the party, and they are given attendee numbers from $1$ through $N$. The height of Attendee $i$ is $A_i$.\nAccording to an examination beforehand, you know that a pair of attendees satisfying the condition below will make the transaction.\n\n*   The absolute difference of their attendee numbers is equal to the sum of their heights.\n\nThere are $\\frac{N(N-1)}{2}$ ways to choose two from the $N$ attendees and make a pair. Among them, how many satisfy the condition above?\nP.S.: We cannot let you know the secret.\n\n## Constraints\n\n*   All values in input are integers.\n*   $2 \\leq N \\leq 2 \\times 10^5$\n*   $1 \\leq A_i \\leq 10^9\\ (1 \\leq i \\leq N)$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$A_1$ $A_2$ $\\dots$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc166_e","tags":[],"sample_group":[["6\n2 3 3 1 3 1","3\n\n*   $A_1 + A_4 = 3$, so the pair of Attendee $1$ and $4$ satisfy the condition.\n*   $A_2 + A_6 = 4$, so the pair of Attendee $2$ and $6$ satisfy the condition.\n*   $A_4 + A_6 = 2$, so the pair of Attendee $4$ and $6$ satisfy the condition.\n\nNo other pair satisfies the condition, so you should print $3$."],["6\n5 2 4 2 8 8","0\n\nNo pair satisfies the condition, so you should print $0$."],["32\n3 1 4 1 5 9 2 6 5 3 5 8 9 7 9 3 2 3 8 4 6 2 6 4 3 3 8 3 2 7 9 5","22"]],"created_at":"2026-03-03 11:01:14"}}