#include <stdio.h>int main() { int x,y,x1,y1; scanf("%d %d\n %d %d",&x,&y,&x1,&y1); if(y1-y==1){ printf("u"); ...