题解 | #二维数组操作#

二维数组操作

http://www.nowcoder.com/practice/2f8c17bec47e416897ce4b9aa560b7f4

while True:
    try:
        m, n = map(int, input().split())
        x1,y1,x2,y2 = map(int, input().split())
        swapX = int(input())
        swapY = int(input())
        SearchX, SearchY = map(int, input().split())
        if 0 <= m <= 9 and 0 <= n <= 9:
            print(0)
        else:
            print(-1)
            
        if x1 < m and x2 < m and y1 < n and y2 < n:
            print(0)
        else:
            print(-1)
            
        if 0 <= swapX < m and m < 9:
            print(0)
        else:
            print(-1)
            
        if 0 <= swapY < n and n < 9:
            print(0)
        else:
            print(-1)
            
        if 0 <= SearchX < m and 0 <= SearchY < n:
            print(0)
        else:
            print(-1)
    except:
        break
全部评论

相关推荐

点赞 评论 收藏
分享
10-22 20:17
已编辑
门头沟学院 Python
敢逐云霄志:后端没92学历+大厂实习基本别想在秋招约面了,笔试可能都不会给你发,我双非本3段实习,一大,中,一小,中大厂笔试做了一堆,大厂就只有字节给面,其他全没动静,根本轮不到双非。
你觉得第一学历对求职有影...
点赞 评论 收藏
分享
评论
1
1
分享

创作者周榜

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