while 1: a,b=raw_input().split() x=1 while int(b)**x!=int(a):x+=1 print x