题解 | #坐标移动#

坐标移动

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))

全部评论

相关推荐

06-20 19:40
中原工学院 Java
网络存储:十几天不会让你拉人办卡就结束了吧?
点赞 评论 收藏
分享
身边有人上海、深圳&nbsp;6、7k&nbsp;都去了,真就带薪上班了。
程序员小白条:木的办法, 以后越来越差,还是家附近宅着吧,毕业的人越来越多,岗位都提供不出来,经济又过了人口红利期
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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