题解 | #坐标移动#

坐标移动

https://www.nowcoder.com/practice/119bcca3befb405fbe58abe9c532eb29

s = input().split(';')  #A10;S20;W10;D30;X;A1A;B10A11;;A10;
start = [0,0]

for i in s:
    if not 2 <= len(i) <= 3:
        continue
    try:
        dd = i[0]
        step = int(i[1:])
        if dd in ['A','W','D','S']:
            if 0 <= step <= 99:
                if dd == 'A':
                    start[0] -= step
                elif dd == 'D':
                    start[0] += step
                elif dd == 'W':
                    start[1] += step
                elif dd == 'S':
                    start[1] -= step

    except:
        continue               



print(str(start[0]) + ',' + str(start[1]))

全部评论

相关推荐

11-28 17:58
门头沟学院 Java
美团 JAVA开发 n×15.5
牛客786276759号:百度现在晋升很难的 而且云这块的业务没美团好 你看百度股价都跌成啥样了
点赞 评论 收藏
分享
小红书 后端开发 总包n+8w+期权
点赞 评论 收藏
分享
牛客569470950号:也不知道是哪个群体45年前鬼哭狼嚎的为自己争取的被剥削的权利
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务