4 条题解

  • 0
    @ 2025-9-9 19:58:48

    猜一下就行

    from math import sqrt,ceil,gcd,log;re=lambda:map(int,input().strip().split())
    n, = re()
    a = sum(list(re()))
    print("ddd" if a & 1 else "bqp")