[Silver II] 가장 긴 증가하는 부분 수열 - 11053
문제 링크 문제 링크 성능 요약 메모리: 2152 KB, 시간: 0 ms 문제 설명 수열 A가 주어졌을 때, 가장 긴 증가하는 부분 수열을 구하는 프로그램을 작성하시오. 예를 들어, 수열 A = {10, 20, 10, 30, 20, 50} 인 경우에 가장 긴 증가하는 부분 수열은 A = {10, 20, 10, 30, 20, 50} 이고, 길...
문제 링크 문제 링크 성능 요약 메모리: 2152 KB, 시간: 0 ms 문제 설명 수열 A가 주어졌을 때, 가장 긴 증가하는 부분 수열을 구하는 프로그램을 작성하시오. 예를 들어, 수열 A = {10, 20, 10, 30, 20, 50} 인 경우에 가장 긴 증가하는 부분 수열은 A = {10, 20, 10, 30, 20, 50} 이고, 길...
문제 링크 문제 링크 성능 요약 메모리: 13,552 KB, 시간: 17 ms 코드길이: 2,070 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include &l...
문제 링크 문제 링크 성능 요약 메모리: 13,544 KB, 시간: 19 ms 코드길이: 1,345 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include &l...
문제 링크 문제 링크 성능 요약 메모리: 13,544 KB, 시간: 20 ms 코드길이: 878 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include <...
문제 링크 문제 링크 성능 요약 메모리: 13,580 KB, 시간: 16 ms 코드길이: 3,404 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include &l...
문제 링크 문제 링크 성능 요약 메모리: 13,544 KB, 시간: 174 ms 코드길이: 1,768 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include<iostream> #include<...
문제 링크 문제 링크 성능 요약 메모리: 13,536 KB, 시간: 9 ms 코드길이: 813 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include <v...
문제 링크 문제 링크 성능 요약 메모리: 13,544 KB, 시간: 11 ms 코드길이: 626 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include<iostream> using namespa...
문제 링크 문제 링크 성능 요약 메모리: 17,460 KB, 시간: 1,696 ms 코드길이: 532 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include &...
문제 링크 문제 링크 성능 요약 메모리: 13,372 KB, 시간: 8 ms 코드길이: 425 Bytes 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do 코드 #include <iostream> #include<al...