上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 37 下一页
摘要: #include#include#includeusing namespace std;int main(){ int n,m,k,ans; while(~scanf("%d%d",&n,&k)) { ans=0; m=0; ... 阅读全文
posted @ 2015-08-08 11:51 xryz 阅读(96) 评论(0) 推荐(0) 编辑
摘要: #includeint main(){ double c,a; int i; while(~scanf("%lf",&c)) { if(c==0) break; a=0.0; i=1; while(a<c... 阅读全文
posted @ 2015-08-08 11:50 xryz 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int a[1000000+5];int main(){ int n,i,t,ans; while(~scanf("%d",&n)) { memset(a,0,si... 阅读全文
posted @ 2015-08-08 11:49 xryz 阅读(165) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int main(){ int n,m,k,ans; while(~scanf("%d%d",&n,&k)) { ans=0; m=0; ... 阅读全文
posted @ 2015-08-08 11:48 xryz 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;struct node{ int num; int t; int now; friend bool operator q;int main(){ in... 阅读全文
posted @ 2015-08-08 10:47 xryz 阅读(109) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;const int M=1000;int N,m;struct Matrix{ int mp[25][25]; Matrix() { memset(mp,0,siz... 阅读全文
posted @ 2015-08-07 14:59 xryz 阅读(99) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;typedef long long LL;const int n=10;int kt,m;struct Matrix{ int mp[n][n];};Matrix mul(Matrix a,Matrix b){ i... 阅读全文
posted @ 2015-08-07 13:29 xryz 阅读(107) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;const int N=100000+5;struct node{ int st,ed,id; friend bool operator q;bool cmp(node... 阅读全文
posted @ 2015-08-07 10:45 xryz 阅读(108) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#include#include#includeusing namespace std;#define ll long long intconst int m=9973;ll a[20][20],k;in... 阅读全文
posted @ 2015-08-06 20:42 xryz 阅读(81) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;const int m=1000000007;int pow_mod(__int64 a,__int64 n,int m){ if(n==0) return 1; __int64 x=... 阅读全文
posted @ 2015-08-06 18:53 xryz 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 37 下一页