boj 2164 카드2
-
boj)2164 - 카드2PS/boj 2020. 10. 12. 16:28
import java.io.*; import java.util.*; public class boj_2164 { static BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); public static void main(String[] args) throws IOException { Queue q = new LinkedList(); int N = Integer.parseInt(br.readLine()); for (int i = 1; i