a=int(input()) b=int(input()) c,d=divmod(a,b) print(c,d,sep=" ") print("%.2f"%(a/b))
暂无评论,快来抢首评~
相关推荐