Earlier Tail Matches

This function is good practice for finding a small pattern inside a string. Write a function last2 that takes a string s, looks at its last two characters, and counts how many times the same pair appeared earlier in the string. Do not count the final occurrence itself, because it is the ending you are comparing against.

Примеры

Ввод
"hixxhi"
Вывод
1
Ввод
"xaxxaxaxx"
Вывод
1
Ввод
"axxxaxaxx"
Вывод
2

Нужно реализовать

def last2(s: str) -> int:

Теги

stringssliding-window
PostgreSQLv16
Entre para enviar

O resultado da execução do código aparecerá aqui

Tests12
Visible tests
Teste oculto 7
Teste oculto 8
Teste oculto 9
Teste oculto 10
Teste oculto 11
Teste oculto 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid