摘要: #include// oj 1022#includestruct stack{ int top; char s[20];};int main(){ int n; int i; char a[15],b[15]; int flag[25]={10}; stack c; while(scanf("%d" ,&n)!=EOF) { scanf("%s" ,a); scanf("%s" ,b); int j = 0; c.top = 0; int k = 0; memset... 阅读全文
posted @ 2013-07-18 11:46 i梦 阅读(195) 评论(0) 推荐(0)