121812024-12-06 15:38:09kbarnabasBimmbamm (30)python3Wrong answer 15/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)


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
base15/30
1Accepted0/016ms3120 KiB
2Wrong answer0/017ms3088 KiB
3Accepted3/316ms3128 KiB
4Wrong answer0/317ms3144 KiB
5Accepted3/316ms3164 KiB
6Accepted3/316ms3152 KiB
7Wrong answer0/317ms3128 KiB
8Accepted3/316ms3000 KiB
9Wrong answer0/317ms3320 KiB
10Accepted3/318ms3312 KiB
11Wrong answer0/317ms3196 KiB
12Wrong answer0/317ms3036 KiB