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
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
0 0 1 0
0 1 2 0
0 2 3 0
1 0 4 0
1 1 5 0
1 2 6 0
2 0 7 0
2 1 8 0
2 2 9 0
item found
More items to search for (Y or N)? Enter integer to search for: debugging statements
item found
More items to search for (Y or N)?
Exit Code:
0