CSP 2019 提高组 第 18 题
“s[x..y]s[x..y]s[x..y] 表示 s[x]⋯s[y]s[x] \cdots s[y]s[x]⋯s[y] 共 y−x+ly-x+ly−x+l 个字符构成的字符串”
应该是y−x+1y-x+1y−x+1。