Implement a system that given a grid (mxn) you can :
create restaurants in [x,y]
return the number of restaurants for [x,y]
return the number of delivery zones - a delivery zone is an area where there are restaurants beside each other ( up, down, left, right )