import java.util.List; public class BuySellStockOnce { /* 6.6 */ public static int buySellStockOnce(List<Integer> A) { return 0; } }