Language
C++
Compiler
gcc 8.2.0
Options
Don't Use Boost
C++17
no pedantic
$ g++ prog.cc -std=c++17
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