• + 0 comments

    Python Solution:

    a = int(input())
    b = int(input())
    print(a//b, a/b, sep = "\n")