#include using namespace std; int main(){ char s,e; int N; cin>>s>>e>>N; if(N==1)cout<<-1<