a,b = list(map(int,input().split())) print(a) print(b) print(a/b) print(int(a/b)) print(int(a/b)-1)