无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(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)論 (共 條)

分享到微博請遵守國家法律
朝阳区| 班玛县| 论坛| 东乌珠穆沁旗| 普兰店市| 平顺县| 新邵县| 海阳市| 麦盖提县| 城口县| 和平区| 霍城县| 金华市| 和田市| 昆明市| 安图县| 庆元县| 凤凰县| 衡山县| 梓潼县| 加查县| 女性| 盐源县| 广安市| 雅安市| 股票| 马边| 犍为县| 满洲里市| 绥棱县| 南溪县| 乌鲁木齐市| 开阳县| 齐河县| 宁河县| 建瓯市| 稷山县| 莫力| 竹溪县| 南京市| 措美县|