int A[3001*3001]; int f(int i){ return A[i]=A[i]==i?i:f(A[i]); } main(){ int H,W; scanf("%d%d",&H,&W); int i=W+1; for(int y=0;y