Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20181025 (experimental)

Options
Warnings
Optimization
Boost 1.68.0
C++17(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=gnu++17
i <= j: 1
i >  j: 2
i <= j: 4
i >  j: 5
i <= j: 6
i >  j: 6
i <= j: 7

Merged result: 1 2 4 5 6 6 7 9 
Exit Code:
0