Type: Default 1000ms 256MiB

加法

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

程猴最近刚学习了加法运算,码猴为了检测程猴的学习效果,给程猴n个数,然后会询问码猴q次,每次询问会给出两个数ai,bia_i,b_i,码猴需要计算出从第aia_i 个数到第bib_i 个数的和。

输入格式

第一行输入一个n。 第二行输入n个整数。 第三行输入一个q,表示q次询问。 接下来q行,每行两个整数ai,bia_i,b_i

输出格式

输出q行,每行一个整数,表示每次询问的第aia_i 个到第bib_i 个数的和。

样例 #1

样例输入 #1

6
2 5 3 1 2 1
5
2 3
1 4
3 6
4 4
3 5

样例输出 #1

8
11
7
1
6

数据范围

1nq1061 \leq n,q \leq 10^6

1aibi1051 \leq a_i \leq b_i \leq 10^5

测试课

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
6
Start at
2024-11-3 8:30
End at
2024-11-3 10:00
Duration
1.5 hour(s)
Host
Partic.
3