#include<map> #include<iostream> using std::map; using std::cout; int main(int argc,char* argv[]) map<int,int> kv({{1,1},{2,2},{3,3}});