Mod Divmod

  • + 0 comments

    a,b=int(input()),int(input())

    print(divmod(a,b)[0],divmod(a,b)[1],divmod(a,b),sep='\n')