Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++11
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11
Enter the elements of the 3 X 3 matrix rowwise:
Enter integer to search for: debugging statements
debugging statements
debugging statements
0 0 3 0
1 0 3 1
2 0 3 1
item found
More items to search for (Y or N)?
Exit Code:
0