Skip to content

prithwin/Solution

Repository files navigation

Solution

Solution to common problems #hacker earth IO BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); int N = Integer.parseInt(line);

    Scanner s = new Scanner(System.in);
    int N = s.nextInt();

About

Solution to common problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published