摘要:
源代码: #include #define LL long long #define INF 1000000007 LL m,n,Num(0),i[100001],Sum[100001]; bool Vis1[100001]={0},Vis2[100001]={0}; LL M(LL t) //取模,注意负数。 { if (t>=0&&t>=1; } return... 阅读全文
posted @ 2016-11-07 05:44
前前前世。
阅读(269)
评论(0)
推荐(0)
摘要:
源代码: #include #include using namespace std; int n,Sum[401],f1[401][401],f2[401][401]; int main() //注意在本题中,f1[][]与f2[][]的作用进行了调换。 { scanf("%d",&n); for (int a=1;a<=n;a++) for (int b=... 阅读全文
posted @ 2016-11-07 05:42
前前前世。
阅读(205)
评论(0)
推荐(0)
浙公网安备 33010602011771号