import java.util.List; public class BuySellStockTwice { /* 6.7 */ public static int buySellStockTwice(List<Integer> A) { return 0; } }