摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> char a[1024][1024]; int count=0; void split(char s[],char del){ int len=strlen(s); int i=0,k=0 阅读全文
posted @ 2021-03-12 20:16 Maxwell· 阅读(219) 评论(0) 推荐(0) 编辑
摘要: #include <stdlib.h> #include <string.h> #include <iostream> #include <math.h> #include <vector> using namespace std; const int inf=999999;//0x7fffff v 阅读全文
posted @ 2021-03-12 10:34 Maxwell· 阅读(181) 评论(0) 推荐(0) 编辑