3 2 10 3 -20 6 15
10 The values of each terms in the sequence $a_1,$ $a_2,$ $…$ change as follows: * Before the operations: $0,$ $0,$ $0,$ $0,$ $0,$ $0,$ $…$ * After the $1$\-st operation: $0,$ $10,$ $0,$ $10,$ $0,$ $10,$ $…$ * After the $2$\-nd operation: $0,$ $10,$ $-20,$ $10,$ $0,$ $-10,$ $…$ * After the $3$\-rd operation: $0,$ $10,$ $-20,$ $10,$ $0,$ $5,$ $…$ The value of the largest term after all the operations is $10$.
3 10 -3 50 4 100 -5
1
5 56 114834 72 -149861 100 190757 192 -132693 240 133108
438699
{
"problem": {
"name": "Akashic Records",
"description": {
"content": "Consider an infinite sequence $a_1,$ $a_2,$ $…$ Initially, the values of all the terms are $0$, and from this state we will sequentially perform $Q$ operations. The $i$\\-th operation $(1 ≤ i ≤ Q)$ is ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "relay2_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider an infinite sequence $a_1,$ $a_2,$ $…$ Initially, the values of all the terms are $0$, and from this state we will sequentially perform $Q$ operations. The $i$\\-th operation $(1 ≤ i ≤ Q)$ is ...",
"is_translate": false,
"language": "English"
}
]
}