摘要:
#include#include#includeusing namespace std;int main(){ int n,m,k,ans; while(~scanf("%d%d",&n,&k)) { ans=0; m=0; ... 阅读全文
摘要:
#includeint main(){ double c,a; int i; while(~scanf("%lf",&c)) { if(c==0) break; a=0.0; i=1; while(a<c... 阅读全文
摘要:
#include#include#includeusing namespace std;int a[1000000+5];int main(){ int n,i,t,ans; while(~scanf("%d",&n)) { memset(a,0,si... 阅读全文
摘要:
#include#include#includeusing namespace std;int main(){ int n,m,k,ans; while(~scanf("%d%d",&n,&k)) { ans=0; m=0; ... 阅读全文
摘要:
#include#include#include#includeusing namespace std;struct node{ int num; int t; int now; friend bool operator q;int main(){ in... 阅读全文