• + 0 comments
    if __name__ == '__main__':
        a = int(input())
        b = int(input())
        print(int(a/b))
        print(float(a/b))