Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20200917 (experimental)

Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
Raw compiler options
-fopenmp -Wshadow -Wno-unused-variable -Wno-unused-but-set-variable

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic -fopenmp -Wshadow -Wno-unused-variable -Wno-unused-but-set-variable
I'd like to undo this - 1
I'd like to undo this - 2
I'd like to undo this - 3
I'd like to modify a to 100
a should be 100 : a = 100
I'd like to modify **both a and b** to 10000
100000 100000
Exit Code:
0