[AWS] ECS 올리기 - 1. VPC (https://a-half-human-half-developer.tistory.com/158) [AWS] ECS 올리기 - 2. ECR (https://a-half-human-half-developer.tistory.com/159) [AWS] ECS 올리기 - 3. ALB & Target Group (https://a-half-human-half-developer.tistory.com/160) [AWS] ECS 올리기 - 4. ECS (https://a-half-human-half-developer.tistory.com/161) [AWS] ECS 올리기 - 5. 도메인 연결 및 SSL 인증서 적용 (https://a-half-human-half-developer..
[AWS] ECS 올리기 - 1. VPC (https://a-half-human-half-developer.tistory.com/158) [AWS] ECS 올리기 - 2. ECR (https://a-half-human-half-developer.tistory.com/159) [AWS] ECS 올리기 - 3. ALB & Target Group (https://a-half-human-half-developer.tistory.com/160) [AWS] ECS 올리기 - 4. ECS (https://a-half-human-half-developer.tistory.com/161) [AWS] ECS 올리기 - 5. 도메인 연결 및 SSL 인증서 적용 (https://a-half-human-half-developer..
문제 0과 1로 구성된 길이가 N인 수열이 주어집니다. 여러분은 이 수열에서 최대 k번을 0을 1로 변경할 수 있습니다. 여러분이 최대 k번의 변경을 통해 이 수열에서 1로만 구성된 최대 길이의 연속부분수열을 찾는 프로그램을 작성하세요. 만약 길이가 14인 다음과 같은 수열이 주어지고 k=2라면 1 1 0 0 1 1 0 1 1 0 1 1 0 1 여러분이 만들 수 있는 1이 연속된 연속부분수열은 이며 그 길이는 8입니다. 입력 첫 번째 줄에 수열의 길이인 자연수 N(5