Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.1 20200219 (experimental)

Options
Warnings
Boost 1.66.0
C++2a
no pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-head/include -std=c++2a
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