백준코테1 백준 1357번 문제 - 뒤집힌 덧셈(JAVA) package list.bronze;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;public class Q1357 { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String question = br.readLine(); int x = Integer.parseInt(question.split(" ")[0]); int y = Integer.par.. 2024. 9. 2. 이전 1 다음