내일배움캠프 (24.03.12)TIL
알고리즘 코드카타 성격 유형 검사하기 using System; public class Solution { public string solution(string[] survey, int[] choices) { string answer = ""; string[,] keys = new string[4, 2] { {"R", "T"}, {"C", "F"}, {"J", "M"}, {"A", "N"} }; int[,] values = new int[4, 2]; for(int i = 0; i 4) { sSurvey = survey[i][1].ToString(); choice = ch..