Загрузка данных


n = int(input())
if n <= 5:
    print(n)
else:
    print("Слишком большое число")