2019年12月30日

摘要: #include<stdio.h> #include<iostream> #include<vector> #include<string> using namespace std; int f[1010][1010] = {0}; int main() { string s; getline(ci 阅读全文
posted @ 2019-12-30 21:53 等下一班车 阅读(176) 评论(0) 推荐(0) 编辑
 
摘要: #include<stdio.h> #include<iostream> #include<vector> using namespace std; int n,p,k; int facMaxSum = -1; vector<int>preData,ans,tmpAns; int power(int 阅读全文
posted @ 2019-12-30 21:36 等下一班车 阅读(165) 评论(0) 推荐(0) 编辑