题解 | #牛牛的快递#

牛牛的金币

http://www.nowcoder.com/practice/35d8e3e569dc49f2a1018d1dc9186998

x,y = map(int,input().split())
x1,y1 = map(int,input().split())
if x - x1 < 0:
    print('r')
elif x - x1 > 0:
    print('l')
else:
    if y - y1 < 0:
        print('u')
    else:
        print('d')
全部评论

相关推荐

废物一个0offer:认真的吗二本本科找人工智能岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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