Your task is to maintain an array of $\color{black}{n}\ $ values and efficiently process the following types of queries:
你的任務是要對大小為 $\color{black}{n}\ $ 的陣列做下列的事:
The first input line has two integers $\color{black}{n}\ $ and $\color{black}{q}\ $ : the size of the array and the number of queries.
The next line has $\color{black}{n}\ $ values $\color{black}{t_1,t_2,...,t_n}\ $ : the initial contents of the array.
Finally, there are $\color{black}{q}\ $ lines describing the queries. The format of each line is either " $\color{black}{1\ a\ b}\ $ " or " $\color{black}{2\ a\ b}\ $ ".
第一行有兩個整數 $\color{black}{n}\ $ 和 $\color{black}{q}\ $ 代表陣列的大小和要詢問的次數。
下一行有 $\color{black}{n}\ $ 個數字 $\color{black}{t_1,t_2,...,t_n}\ $ 代表陣列的初始值。
最後有 $\color{black}{q}\ $ 行詢問。格式為 " $\color{black}{1\ a\ b}\ $ " 或 " $\color{black}{2\ a\ b}\ $ ",代表加值或是輸出總和。
Print the answer to each sum query.
對於每次詢問總和時輸出總和。
5 3 4 2 3 1 7 2 1 5 1 1 5 2 1 5
17 32
$\color{black}{100\%:無特別限制}\ $
編號 | 身分 | 題目 | 主題 | 人氣 | 發表日期 |
沒有發現任何「解題報告」
|