This program identifies a "suspect" in a given n x n matrix representing interactions at an event. A suspect is someone who did not talk to anyone (row of zeros) but was talked to by everyone else (column of ones).
- Ensure a C++ compiler is installed.
- Compile the program:
g++ -o main Main.cpp
- Run the program:
./main