#include<iostream> #include<map> using namespace std; int main(int argc, char *argv[]) { int k, v; int n = 0; std::map<int, int> m; &n...