121802024-12-06 15:36:58kbarnabasBimmbamm (30)python3Wrong answer 0/3018ms3320 KiB
n = int(input())
szam = 0
szamok = []


def oszthato3(szam):
    return szam % 3 == 0

def oszthato5(szam):
    return szam % 5 == 0

for i in range(n):
    a = input()
    szamok.append(a)

print(szamok)

for i in range(n):
    szam += 1

    if oszthato3(szam) and not oszthato5(szam):
        if szamok[i] != "BIMM":
            s = i+1
    if not oszthato3(szam) and oszthato5(szam):
        if szamok[i] != "BAMM":
            s = i+1
    if oszthato3(szam) and oszthato5(szam):
        if szamok[i] != "BUMM":
            s = i+1
    if not oszthato3(szam) and not oszthato5(szam):
        if szamok[i] != "SZAM":
            s = i+1

print(s)
    




    




SubtaskSumTestVerdictTimeMemory
base0/30
1Wrong answer0/016ms3128 KiB
2Wrong answer0/017ms3124 KiB
3Wrong answer0/316ms2960 KiB
4Wrong answer0/316ms3116 KiB
5Wrong answer0/317ms3128 KiB
6Wrong answer0/317ms3312 KiB
7Wrong answer0/316ms3128 KiB
8Wrong answer0/317ms3184 KiB
9Wrong answer0/317ms3164 KiB
10Wrong answer0/318ms3236 KiB
11Wrong answer0/318ms3320 KiB
12Wrong answer0/317ms3216 KiB