摘要: #include<iostream> #include<cstring> using namespace std; #define maxn 16000005 bool has[maxn]; int num[300]; char a[maxn]; int main(){ int n,nc; scan 阅读全文
posted @ 2021-11-26 22:32 智人心 阅读(56) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int n,m,c; int main(){ while(scanf("%d%d%d",&n,&m,&c)==3&&n){ int result = 0; int i = n; while(i>=8){ int j = 阅读全文
posted @ 2021-11-26 13:41 智人心 阅读(24) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int n,m,r,c,data[105][105],result; bool d[105][105]; bool test(){ for(int i=0;i<n;i++){ for( 阅读全文
posted @ 2021-11-26 12:56 智人心 阅读(37) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ int n; char data[70][20]; bool flag[70]; int w,s,num,start; memset(flag,false,si 阅读全文
posted @ 2021-11-26 12:26 智人心 阅读(40) 评论(0) 推荐(0)