Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc 8.2.0

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

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2a
00 01 02 03 04 
05 06 07 08 09 
10 11 12 13 14 

00 05 10 
01 06 11 
02 07 12 
03 08 13 
04 09 14 

Exit Code:
0