int main(){ map<int,int>mp; cout<<mp.count(15)<<" "<<mp[15]<<endl; return 0; }
为啥第一个
mp.count(15)
返回值为1