Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 9.2.0

Options
Warnings
Don't Use Boost
C++17(GNU)
no pedantic
Raw compiler options
-include stdio.h -DB="hello world\n" -DA=int main(){printf(B);return 0;}

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++17 -include stdio.h -DB="hello world\n" -DA=int main(){printf(B);return 0;}
hello world
Exit Code:
0