somme = 0 
for i in range(5):
    somme = i
print(somme, end="")