오픈채팅방1 [프로그래머스]2019 KAKAO BLIND RECRUITMENT : 오픈채팅방 (level 2)(c++) https://programmers.co.kr/learn/courses/30/lessons/42888 코딩테스트 연습 - 오픈채팅방 오픈채팅방 카카오톡 오픈채팅방에서는 친구가 아닌 사람들과 대화를 할 수 있는데, 본래 닉네임이 아닌 가상의 닉네임을 사용하여 채팅방에 들어갈 수 있다. 신입사원인 김크루는 카카오톡 오 programmers.co.kr #include #include #include #include using namespace std; vector solution(vector record) { const char ENTER = 'E', LEAVE = 'L', CHANGE = 'C'; unordered_map id_map; string command, uid, nick; // 입장 또는 변경일 .. 2020. 5. 25. 이전 1 다음