#include using namespace std; int main(){ string s; cin>>s; if(s.length()==1&&(s[0]=='1'|| s[0]=='4')){ cout<<-1<