Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang 11.1.0

Options
Warnings
Don't Use Boost
C++2a
no pedantic

Author

anonymous

over 4 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++2a
a=1, b=2, c=3
a=1, b=200, c=3
a=100, b=2, c=300
Exit Code:
0