在Compact Framework 下 String的Split不能正确的处理 字符串 分割字符串 如对字符串 "abcfdef12abcedef23" 以"ef"进行分割.Split进行处理时会将"ef"分开进行"e"和"f"的分割 在使用正规表达式分割时也存在该问题. 要处理分隔符为多字符的情况 可以采用 IndexOf方法 Public Shared Function Split(ByVal s A
题意 Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a conta