摘要:
#include<stdio.h>#include<string.h>int main(){ int n,i,l1,l2,max,a,j,t; char s1[1001],s2[1001],s3[1001]; scanf("%d",&n); for(i = 0;i < n;i++) { scanf("%s%s",s1,s2); l1 = strlen(s1); l2 = strlen(s2); if(l1>l2) max = l1; else max ... 阅读全文
posted @ 2012-02-19 09:26
某某。
阅读(150)
评论(0)
推荐(0)

浙公网安备 33010602011771号