Bitlandija is a large rectangular island, divided into N×K unit squares called cells.
Every cell is either rock or plain. A plain cell may or may not carry wind. There are two kinds of wind:
Passer domesticus — the famous house sparrow of Bitlandija — has lost a feather. It knows the cell the feather is currently on and wants to know where the feather will end up. Each second the feather is carried by the wind of the cell it is on:
Given the feather's starting cell, determine its fate:
The first line contains the island width N and length K.
The next K lines each contain N integers describing every cell of the island:
The last line contains two integers x and y — the feather's starting coordinates (1≤x≤N, 1≤y≤K). The starting cell is never rock.
Important: the map is listed with the coordinate y decreasing, that is y=K,K−1,…,1. Within each row the values are given for x=1,2,…,N from left to right. The bottom-left cell has coordinates (1,1) and lies to the South-West; the top-right cell has coordinates (N,K) and lies to the North-East.
Print the answer in the following format: