What happens when you set a map index, with a string index inside, to another string index value?

后端 未结 0 827
小蘑菇
小蘑菇 2021-02-02 09:31
bool isIsomorphic(string s, string t) {
    //create hashmap
    
    map ms;
    map mt;
    
    for (int i = 0; i < s.size(); i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题