Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc 9.2.0

Options
Warnings
Don't Use Boost
C++17
no pedantic

Author

anonymous

over 5 years ago

$ 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