题解 | #牛牛的金币#

牛牛的金币

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

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

全部评论

相关推荐

10-15 16:27
门头沟学院 C++
LeoMoon:建议问一下是不是你给他付钱😅😅
点赞 评论 收藏
分享
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务