Language
C++
Compiler
gcc HEAD 9.0.1 20190227 (experimental)
Options
Warnings
Don't Use Boost
C++17
no pedantic
Raw compiler options
-Wno-unused-parameter
$ g++ prog.cc -Wall -Wextra -std=c++17 -Wno-unused-parameter
MX 1
dbj::mtx {
{ 42 42 42 }
{ 42 42 42 }
{ 42 42 42 }
}
MX 2
dbj::mtx {
{ 42 42 42 }
{ 42 42 42 }
{ 42 42 42 }
}
MX 3
dbj::mtx {
{ 84 84 84 }
{ 84 84 84 }
{ 84 84 84 }
}
Exit Code:
0