摘要: #include<iostream>#include<algorithm>#include<cstdio>#include<cstring>using namespace std;int day[1005];int main (){ int t; cin>>t; while(t--) { int n 阅读全文
posted @ 2018-07-29 20:10 换牙 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<cstdio>#include<cstring>using namespace std;int main (){ int t; cin>>t; while(t--) { int m,k=1; scanf("%d",&m); int sum=0; 阅读全文
posted @ 2018-07-29 19:06 换牙 阅读(115) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<cstdio>using namespace std;typedef long long ll;ll t[305];ll w[305];int main (){ int n; cin>>n; int k=1; while(n--) { w[0]= 阅读全文
posted @ 2018-07-29 18:42 换牙 阅读(72) 评论(0) 推荐(0) 编辑