Facing the exception

Please let me know the root cause of this exception.
My code is working fine in eclipse but facing the exception here.

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 Main.main(Main.java:10)

@rishabh.jain,
Your code might be going out of bounds for a testcase. Kindly share your code as well https://ide.codingblocks.com/