Output error showing same error in every question

every question i am solving is getting same error

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)

i have also tried to import Scanner class,all these codes are getting executed in eclipse but not here

trying the code in java language

@parvesh99
it basically means the element u r requesting does not exist .try and check your loops if they are running for more times than needed