#include <iostream> #include <unordered_map> using namespace std; int main() { int num; cin >> num; int key, value; unordered_map<int...