다음 반복적으로 자신이 원하는 배열의 위치에 값을 넣어주면 된다. for (int i = 1; i < input + 1; i++) { for (int j = 1; j < i + 1; j++) { num ...