摘要:
#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 阅读全文
摘要:
#include <stdlib.h> #include <string.h> #include <iostream> #include <math.h> #include <vector> using namespace std; const int inf=999999;//0x7fffff v 阅读全文