package main func maxProfit(k int, prices []int) int { return 0 } func main() { }