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