这题多少有点侮辱智商,拿去给幼儿园小朋友找规律去还可以。
func squareIsWhite(coordinates string) bool { return (coordinates[0] + coordinates[1]) % 2 == 1 }
京公网安备 11010502049817号