BEAKJOON JAVA ALGORITHM #10942(팰린드롬?)
https://www.acmicpc.net/problem/10942 import java.util.Scanner; public class a10942 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int num = sc.nextInt(); int[] arr = new int[num+1]; for(int i=1; i