#include #define rep(i,a,b) for(int i=a;i> N >> M; if (N == 2) printf("2\n"); else if (N <= M) printf("1\n"); else printf("-1\n"); }