错误现场:

vector<pair<ll, int>> v;

在“<<”中加一个空格即可:

vector<pair<ll, int> > v;

相关文章: