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