728x90 반응형 Array.sort()1 2022.02.05 [백준] C# 소트인사이트 https://www.acmicpc.net/problem/1427 1427번: 소트인사이드 첫째 줄에 정렬하려고 하는 수 N이 주어진다. N은 1,000,000,000보다 작거나 같은 자연수이다. www.acmicpc.net 풀이 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 using System; using System.Text; using System.IO; using System.Linq; using System.Collections.Generic; class Program { static void Main() { StreamReader sr = new StreamReader(new .. 2022. 2. 5. 이전 1 다음 728x90 반응형