1#include"../../kyopro_library/template.hpp"
bool operator==(const Fraction &f) const
Fraction operator/(const Fraction &f)
Fraction operator*(const T &f)
Fraction operator+=(const T &f)
bool operator!=(const Fraction &f) const
bool operator<(const Fraction &f) const
Fraction operator-=(const T &f)
Fraction operator/=(const Fraction &f)
Fraction operator*=(const Fraction &f)
friend ostream & operator<<(ostream &os, const Fraction &f)
Fraction operator/=(const T &f)
Fraction(T a, T b)
有理数 a/b を宣言する
bool operator<=(const Fraction &f) const
bool operator>=(const T &f) const
Fraction operator+(const Fraction &f)
Fraction operator+=(const Fraction &f)
Fraction operator-=(const Fraction &f)
bool operator>(const Fraction &f) const
Fraction operator*=(const T &f)
bool operator>=(const Fraction &f) const
Fraction operator-(const Fraction &f)
Fraction operator+(const T &f)
Fraction operator-(const T &f)
bool operator==(const T &f) const
Fraction operator/(const T &f)
Fraction operator*(const Fraction &f)
bool operator!=(const T &f) const
bool operator<=(const T &f) const
bool operator>(const T &f) const
bool operator<(const T &f) const