摘要:
#include #include #include #includeusing namespace std;int main(){ map mapStudent; mapStudent["student_one\0"]=1; mapStudent["student_two\0"]=2; mapStudent["student_three\0"]=3; if(mapStudent.find("student_four\0")==mapStudent.end()) mapStudent["student_f 阅读全文
posted @ 2013-09-27 11:03
galaxy77
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号