#include #include #include #include #include #include using namespace std; int main(int argc, char **argv){ map map1; string line, firstline; regex preg("(.+),.+"); smatch match; map::iterator itr; int linecount = 0; for (int i=1; ifirst; for (int j=0; jsecond[j]; cout << endl; } }