题解 | #坐标移动#

坐标移动

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

input_list = input().split(';') dic = {'A': 0, 'W': 0, 'S': 0, 'D': 0} for i in input_list: if i and i[0] in dic: b = i[1:] if str.isdigit(b) and 0 <= int(b) <= 99: dic[i[0]] += int(b) x=dic['D']-dic['A'] y=dic['W']-dic['S'] print("{},{}".format(x,y))

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务