C. 世界如此广大,我如此渺小

    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.

Background

被困在家,不能去学校的小L却想看看世界

Description

为了不给社区防疫添加麻烦,小L来到了天圆地方的异世界,小L从传送门出发(坐标0,0),每次只走一单位水平距离,请最后告诉小L他在哪

Input

第一行输入一个整数n(0n100000\leq n\leq 10000),代表小L将要走的步数

之后n行每行一个字符(a,s,d,w)代表行动方向(按照键盘上的模式,分别为左,下,右,上)

Output

输出两个数,用空格分开,代表小L到达的最终地点 先输出X坐标在输出Y坐标

Samples

4
w
a
s
d
0 0

Limitation

1s, 1024KiB for each test case.

2022新生周赛第三场(DIV 3.)

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
6
Start at
2022-10-16 20:00
End at
2022-10-16 21:42
Duration
1.7 hour(s)
Host
Partic.
26