摘要: #include #include int main() { int arrayFrist[100],arrayLast[100]; int i,n,len,t; puts("请输入要录入的数据个数"); scanf("%d",&n); for(i=1;iarrayFrist[len]){ //改变位置0-0 ... 阅读全文
posted @ 2017-03-25 13:09 夏风微凉 阅读(236) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; namespace KMP { class Program { static void Main(string[] args) { string s = "ABCDAABEFAECA"; ... 阅读全文
posted @ 2017-03-25 10:37 夏风微凉 阅读(214) 评论(0) 推荐(0)