1. Implement the binary subtraction operator, the unary negation operator, and the less-than operator for the Ratio class.
2. Implement a Vector class, with a default constructor, a copy constructor, a destructor, and overloaded assignment operator, subscript operator, equality operator, stream insertion operator, and stream extraction operator.