摘要:
#include<iostream>#defineN100usingnamespacestd;intmain(){intcount,total;cin>>total;inta[N];for(count=0;count<total;count++)cin>>a[count];for(count=total-1;count>=0;count--)cout<<a[count]<<"";return0;} 阅读全文
posted @ 2012-04-16 19:22
逝者*恋世
阅读(145)
评论(0)
推荐(0)
摘要:
#include<stdio.h>#include<string.h>#include<iostream>using namespace std;#define N 110char str1[N],str2[N];int a[N],b[N],c[N];int main(){ int n,i,j; int len1,len2; cin>>n; while(n--) { memset(a,0,sizeof(a)); memset(b,0,sizeof(b)); memset(c,0,sizeof(c)); cin>>str1>> 阅读全文
posted @ 2012-04-16 19:12
逝者*恋世
阅读(447)
评论(0)
推荐(0)

浙公网安备 33010602011771号