2014年10月17日

[violet2]sillyz

摘要: 题意:定义S(n) = n*各数位之积,然后给定L 2 using namespace std; 3 typedef long long ll; 4 const int maxn = 310000; 5 const ll Inf = 1000000000LL; 6 int d[maxn], dc[m... 阅读全文
posted @ 2014-10-17 21:04 yzcstc 阅读(160) 评论(0) 推荐(0)