1 条题解

  • 0
    @ 2023-5-15 11:16:24

    Something Just Like This

    N = int(input())
    x = list(map(int,input().split()))
    ans = 0
    for i in x:
    ans^=i
    if ans:
    print("win")
    else:
    print("lose")
    
    • 1

    「一本通 6.7 例 2」取石子游戏 2

    信息

    ID
    721
    时间
    1000ms
    内存
    512MiB
    难度
    9
    标签
    递交数
    11
    已通过
    6
    上传者