#35464: Tle 求救


w0922538986@gmail.com (00 0)

學校 : 不指定學校
編號 : 234958
來源 : [1.200.254.44]
最後登入時間 :
2023-06-04 16:18:36
a291. nAnB problem | From: [1.200.254.44] | 發表日期 : 2023-06-04 16:24

while True:
 try:
    o=0
    p=0
    a,b,c,d=map(int,input().split())
    list2 = [a, b, c, d]
    n=int(input())
    for k in range(n):
        w,x,y,z=map(int,input().split())
        list2 = [a, b, c, d]
        o=0
        p=0
        if w==a and w in list2:
         o+=1
         list2.remove(a)
        if x==b and x in list2:
         o+=1
         list2.remove(b)
        if y==c and y in list2:
         o+=1
         list2.remove(c)
        if  z in list2 and z==d:
         o+=1
         list2.remove(d)
        if  w in list2:
         p+=1
         list2.remove(w)
        if  x in list2:
         p+=1
         list2.remove(x)
        if  y in list2:
         p+=1
         list2.remove(y)
        if  z in list2:
         p+=1
         list2.remove(z)
        print(o,end="")
        print(str('A'),end="")
        print(p,end="")
        print(str('B'))
 except: 
  break

 
ZeroJudge Forum