Program running on eclipse but generating error here

compiler says
Exception in thread “main” java.util.NoSuchElementException
at java.util.Scanner.throwFor(Scanner.java:862)
at java.util.Scanner.next(Scanner.java:1485)
at java.util.Scanner.nextInt(Scanner.java:2117)
at java.util.Scanner.nextInt(Scanner.java:2076)
at Patterns.temp.main(temp.java:9)

Hi @piyushgupta4399,have you provided the custom input?