#include <iostream> #include <vector> #include <string> #include <map> int main() { int LogNumber = 0; std::cin >> LogNumber; if (LogNumber == 0) { std::cout << "ERROR" << std::endl; system("pause"); return 0; } std::vector <std::pair<std::...