프로그래밍/기타
2021. 1. 15.
프로그래머스 - 가장 큰 수 (c#)
using System; using System.Linq; using System.Text; public class Solution { public string solution(int[] numbers) { string[] numbersString = new string[numbers.Length]; for (int i = 0; i string.Compare(y + x, x + y)); StringBuilder sb = new StringBuilder(); for (int i = 0; i < numbersString..