Getting EOF error in first problem of Python Practice problem

though my code runs fine on jupyter notebook but when i m compiling through cb’s ide i am getting EOF error…
curr=int(input())–>this is how i m taking input…why is this happening??