加法
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次,每次询问会给出两个数,码猴需要计算出从第个数到第个数的和。
输入格式
第一行输入一个n。 第二行输入n个整数。 第三行输入一个q,表示q次询问。 接下来q行,每行两个整数。
输出格式
输出q行,每行一个整数,表示每次询问的第个到第个数的和。
样例 #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
数据范围
测试课
- 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