#include <utility> using namespace std; typedef pair<int,int> my_pair;
如何初始化一个const my_pair?
const my_pair p( 1,2 );