make_pair()函数在vc6上用不了?还是用错了?求指点!#include #include #include using namespace std;int main(){ pair p(1,"hello world!"); p.mark_pair(1,"hello."); cout

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/20 04:33:40
make_pair()函数在vc6上用不了?还是用错了?求指点!#include #include #include using namespace std;int main(){ pair p(1,
xՒN@_e Rtㆦ<14f˜\&T eC} $ rf2gΜ-ɐВ5Ɇ){ _ͼ!ߐ^>;bwJҐ* @mKV !2s n.]n3j*-K0d\E}Bl(G8Ǣ:Eʹ eCY̠/1 8!_H=? :w~5l DX +^!~s6DvXbޒ-hM.

make_pair()函数在vc6上用不了?还是用错了?求指点!#include #include #include using namespace std;int main(){ pair p(1,"hello world!"); p.mark_pair(1,"hello."); cout
make_pair()函数在vc6上用不了?还是用错了?求指点!
#include
#include
#include
using namespace std;
int main(){
pair p(1,"hello world!");
p.mark_pair(1,"hello.");
cout< cout return 0;
}

为什么编译出错?

make_pair()函数在vc6上用不了?还是用错了?求指点!#include #include #include using namespace std;int main(){ pair p(1,"hello world!"); p.mark_pair(1,"hello."); cout
我也不了解
但感觉定义应改成
pair
因为你传的值不是string
或者pair