#27756: python 無解?


wade990047@gmail.com (龍沁)


a = input().split(" ")
b = input().split(" ")
for i in range(0,len(b)):
    if a.count(b[i]) >= 2:
        print("Pathetic")
    elif a.count(b[i]) == 1:
        print("Yes")
    elif a.count(b[i]) == 0:
        print("No")
您或許執行了不正確的系統指令。python3: error while loading shared libraries: libexpat.so.1: failed to map segment from shared object
#27758: Re:python 無解?


asnewchien@gmail.com (david)


記憶體只有15MB , python 打不開。