#include<stdio.h>int main(){ int arr[101][101] = {}; int x,y,x1,y1; scanf("%d %d %d %d", &x, &y, &x1, &y1); arr[x][y] = return 0;}