Level 1> 서울에서 김서방 찾기
-
Level 1> 서울에서 김서방 찾기프로그래머스(Programmers) 2018. 8. 8. 16:29
https://programmers.co.kr/learn/courses/30/lessons/12919 1. 문제 2. 알고리즘키워드 - 구현, 문자열 3. 코드 1234567891011121314151617181920212223#include #include using namespace std; string solution(vector seoul) { string answer = ""; const int size = seoul.size(); int cand = 0; for(int i=0; i