error: '>>' should be '> >' within a nested template argument list|

错误现场:

vector<pair<ll, int>> v;

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

vector<pair<ll, int> > v;

posted on 2013-03-10 17:06  铁树银花  阅读(4577)  评论(0编辑  收藏  举报

导航