코드업[3130]- 소들의 헤어스타일 / java 데이터 타입 스택의 문제였고 쉬웠지만 작은특이점이 있는 문제이다. 나의 풀이는 아래와 같다. import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner sc=new Scanner(System.in); int n=sc.nextInt(); int tall[]=new int[n]; for(int i=0;i Computer Engineering/알고리즘 테스트 2021.01.04