import java.util.List; public class SearchSortedIndex { /* 12.2 */ public static int search(List<Integer> list) { return 0; } }