import java.util.List; public interface Robot { List collectCoins(boolean[][] grid); }