|
|
@ -44,7 +44,7 @@ func SQ(in <-chan int) <-chan int {
|
|
|
|
return out
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// to int
|
|
|
|
// 字符串转换成int
|
|
|
|
func ToInt(intput string) int {
|
|
|
|
func ToInt(intput string) int {
|
|
|
|
//intput := "101010101110110"
|
|
|
|
//intput := "101010101110110"
|
|
|
|
c := GetInput(intput)
|
|
|
|
c := GetInput(intput)
|
|
|
|