#include "element.h" #include #include int main() { element find; int r; int c; string t; find.row(r); find.column(c, t); return EXIT_SUCCESS; }