Daily Trainning
2022-12-23 Fri [백준_단계별로 풀어보기]
MoveForward
2022. 12. 23. 08:49
* 백준 단계별로 풀기 3단계 12문제
(2739, 10950, 8393, 25304, 15552, 11021, 11022, 2438, 2439, 10952, 10951, 1110)
https://notorious.tistory.com/119
백준 - 단계별로 풀어보기 - JAVA (3단계 : 반복문 / 12문제) (2022.12.23 금)
1단계 : 2739번 / 구구단 N을 입력받은 뒤, 구구단 N단을 출력하는 프로그램을 작성하시오. 출력 형식에 맞춰서 출력하면 된다. import java.util.Scanner; public class Main { public static void main(String args[]){ Scann
notorious.tistory.com