摘要: 暴力水过,79ms#include <iostream> #include <cstdio> #include <cstring> using namespace std; char tx[10000+10][20]; char s[20]; int len[10000+10],loc[10000+10]; int main() { int i=0; while(scanf("%s",tx[i])) { if(strcmp(tx[i],"#")==0) break; len[i]=strlen(tx[i]); i++; 阅读全文
posted @ 2013-04-18 22:07 LJ_COME!!!!! 阅读(113) 评论(0) 推荐(0)