最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊

B - ABCDEFG

2023-06-19 11:06 作者:您是打尖兒還是住店呢  | 我要投稿

Problem Statement

There are7 pointsA,B,C,D,E,F, andG on a straight line, in this order. (See also the figure below.)

The distances between adjacent points are as follows.

Between

A andB:3

BetweenB andC:1

BetweenC andD:4

BetweenD andE:1

BetweenE andF:5

BetweenF andG:9

You are given two uppercase English letters

p andq. Each ofp andq is A, B, C, D, E, F, or G, and it holds that p<>q.

Find the distance between the points

p andq.

Constraints

Each of? p andq is A,B,C,D,E,F, or G.p<>=q

Input

The input is given from Standard Input in the following format:

p q

Output

Print the distance between the points p and q.


Sample Input 1

A C

Sample Output 1

4

The distance between the points

A andC is

3+1=4.

Sample Input 2

G B

Sample Output 2

20

The distance between the pointsG andB is

9+5+1+4+1=20.

Sample Input 3

C F

Sample Output 3

10

把所有數(shù)據(jù)放到數(shù)組中,然后根據(jù)輸入的數(shù)據(jù)相減即可得出,也就是用prefix_sum(前綴和)計(jì)算;

下面是代碼:


B - ABCDEFG的評(píng)論 (共 條)

分享到微博請遵守國家法律
汉沽区| 海晏县| 桑日县| 朝阳市| 诏安县| 永修县| 西城区| 合水县| 洮南市| 辉南县| 马关县| 水富县| 垦利县| 南阳市| 阳原县| 太白县| 和硕县| 清苑县| 旬阳县| 景洪市| 遂溪县| 通化市| 桃江县| 义乌市| 台东县| 西吉县| 辉南县| 霍山县| 伊川县| 邹城市| 萨迦县| 闻喜县| 光泽县| 信阳市| 甘德县| 高唐县| 松潘县| 贵德县| 韩城市| 沾化县| 宾阳县|