import math

print('Basamak sayısı: ', math.floor(math.log(int(input('Bir sayı girin: ')), 10)) + 1)