a,b=map(int,input().split()) if a<457 and a>=0 and b<124 and b>0: print((a//b)+1) else: print("error")