0_0_37247959_14892.cpp: In function 'int main()':
0_0_37247959_14892.cpp:116:24: error: redeclaration of 'std::pair<int, int> t'
pair<int,int> t=pair<int, int>(x, y);
^
0_0_37247959_14892.cpp:95:28: note: 'std::pair<int, int> t' previously declared here
pair<int ,int> t=pair<int, int>(x, y);
^
|