摘要: #include<iostream> #include<cstdio> #define A 1000000+5 using namespace std; int i,j; char ch[A]; inline int ask(int m,int n){ if(m==0) return n+1; if 阅读全文
posted @ 2022-05-25 21:25 男孩吖好朋友 阅读(208) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; int main(){ int a[10000]={0},n,m,x=1,y; cin>>n>>m; y=n; for(int i=1;i<=n;i++){ if(a[i]!=1){ if(x==m){ cou 阅读全文
posted @ 2022-05-25 20:55 男孩吖好朋友 阅读(954) 评论(0) 推荐(0)