摘要:
#include<stdio.h>#include<string.h>int main(){ int i,j,js,s[1000],a[1000],b[1000]; while(~scanf("%d",&js)) { for(i = 0;i < js; i++) scanf("%d",&s[i]); a[0] = 1; int m = 0; for(i = 1;i < js; i++,m = 0) { for(j = 0;j < i; j++) ... 阅读全文
posted @ 2013-02-22 20:23
好小孩
阅读(219)
评论(0)
推荐(0)
浙公网安备 33010602011771号