Advertisement
Guest User

Untitled

a guest
May 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 22.52 KB | None | 0 0
  1. import java.io.*;
  2. import java.util.*;
  3.  
  4. public class Main
  5. {
  6.    public static void main(String[] args)
  7.    {
  8.         Scanner in = new Scanner(System.in);
  9.         int N = in.nextInt();
  10.      /* int M = in.nextInt();
  11.       int[] arr = new int[M];
  12.       boolean[] check = new boolean[2 * M]; */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement