摘要:
#include<iostream>#include<cstdio>#include<cstring>using namespace std;int main (){ int t; cin>>t; while(t--) { char c[10]; cin>>c; int m=strlen(c); f 阅读全文
摘要:
#include<iostream>#include<algorithm>#include<cstdio>#include<cstring>using namespace std;int day[1005];int main (){ int t; cin>>t; while(t--) { int n 阅读全文
摘要:
#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; 阅读全文
摘要:
#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]= 阅读全文
摘要:
#include<iostream>#include<stdio.h>#include<algorithm>#include<string.h>using namespace std;#define maxn 1000005typedef long long ll; int p[4]={2,3,5, 阅读全文
摘要:
#include<iostream>#include<math.h>using namespace std;int main (){ int t; cin>>t; while(t--) { int n; cin>>n; int count=0; while(n!=0) { if(n%2==1) co 阅读全文