Skip to content

Instantly share code, notes, and snippets.

View Chaitanya2801's full-sized avatar

Chaitanya Agarwal Chaitanya2801

  • Allahabad, India
View GitHub Profile
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class Runnersup {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int zz=sc.nextInt();
sc.nextLine();