백준 자바 2439번1 [백준/JAVA] 2439번 별찍기 import java.io.IOException;import java.util.Scanner; public class Main {public static void main(String args[]) throws IOException {Scanner in = new Scanner(System.in);int input = in.nextInt();for (int i = 1; i i; k--) {System.out.print(" ");}for (int j = 0; j < i; j++) {System.out.print("*");}System.out.println();}}} 더 많은 백준 코드가 보고 싶다면 ? https://chuinggun.tistory.com/category/%EB%B0%B1%EC%A4%80 2020. 7. 21. 이전 1 다음