#include using namespace std; int main () { long long a, b; cin >> a >> b; if (a == 1){ cout << 1; } else { cout << -1; } return 0; }