Language
C++
Compiler
gcc 9.2.0
Options
Warnings
Don't Use Boost
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++17
operator +: 1/2 + 1/6 = 2/3
operator -: 1/2 - 1/6 = 1/3
operator *: 1/2 * 1/6 = 1/12
operator /: 1/2 / 1/6 = 3
operator +: 1/2 + 1/6 = 2/3
operator -: 1/2 - 1/6 = 1/3
operator *: 1/2 * 1/6 = 1/12
operator /: 1/2 / 1/6 = 3
Exit Code:
0