map<int , string > test; 


test[5] = "가나다";


string str = test[5]; //이과정에서 test.find(5) 이것과 속도면에서 차이가 없는건가요?


음 한마디로 탐색로직이 같냐 다르냐를 묻고싶습니다