Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190919 (experimental)

Options
Warnings
Don't Use Boost
C++14
-pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++14 -pedantic
prog.cc:7:3: warning: floating constant truncated to zero [-Woverflow]
    7 |   double x = CONS(-,10000);
      |   ^~~~~~
prog.cc:8:3: warning: floating constant exceeds range of 'double' [-Woverflow]
    8 |   double y = CONS(+,10000);
      |   ^~~~~~
Exit Code:
0