Задача 05.Login
Здравейте, имам малък проблем с решението на задачата,опитах по няколко начина, които смятам че работят но въпреки това получавам 50/100 в judge. Освен основното решение съм закоментирал и второто решение. Ще съм благодарен ако някой реши да ми обясни с какво греша.
Условие: You will be given a string representing a username. The password will be that username reversed. Until you receive the correct password print on the console “Incorrect password. Try again.”. When you receive the correct password print “User {username} logged in.” However on the fourth try if the password is still not correct print “User {username} blocked!” and end the program.
Решение:
https://pastebin.com/t2AzK9Ki
Judge:
https://judge.softuni.bg/Contests/Compete/Index/1204#4