#include
using namespace std;
void main()
{
int x = 1,y = 2;
vector
vector
tpath.push_back(make_pair
}
显示:
G:\程序设计\实验二\Debug\002.cpp(9) : error C2664: 'push_back' : cannot convert parameter 1 from 'struct std::pair<_T1,_T2> (const &,const &)' to 'const struct std::pair
该怎改?