上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: //qf #include #define f(i,j,n) for(register int i=j;i<=n;i++) using namespace std; typedef long long ll; inline ll read(){ ll x=0; int f=1; char ch=getchar(); while(!isdigit(ch)) { ... 阅读全文
posted @ 2019-01-14 18:19 Isaunoya 阅读(181) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;i<=n;i++) using namespace std; typedef long long ll; inline ll read(){ ll x=0; int f=1; char ch=getchar(); while(!isdigit(ch)) { ... 阅读全文
posted @ 2019-01-14 18:18 Isaunoya 阅读(115) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;i<=n;i++) using namespace std; typedef long long ll; inline ll read(){ ll x=0; int f=1; char ch=getchar(); while(!isdigit(ch)) { ... 阅读全文
posted @ 2019-01-14 18:18 Isaunoya 阅读(319) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;i<=n;i++) using namespace std; typedef long long ll; inline ll read(){ ll x=0; int f=1; char ch=getchar(); while(!isdigit(ch)) { ... 阅读全文
posted @ 2019-01-14 18:16 Isaunoya 阅读(217) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;iy?x:y; } inline ll Min(ll x,ll y){ return x<y?x:y; } int n=read(); ll maxn=-0x7f7f7f7f; ll minn=0x7f7f7f7f; signed main(){ f(i,1,n) { ... 阅读全文
posted @ 2019-01-14 18:16 Isaunoya 阅读(149) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;iy?x:y; } int n=read(); ll maxn=-0x7f7f7f7f; signed main(){ f(i,1,n) maxn=Max(maxn,read()); cout<<maxn<<endl; return 0; } 阅读全文
posted @ 2019-01-14 18:16 Isaunoya 阅读(321) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;i<=n;i++) using namespace std; typedef long long ll; inline ll read(){ ll x=0; int f=1; char ch=getchar(); while(!isdigit(ch)) { ... 阅读全文
posted @ 2019-01-14 18:15 Isaunoya 阅读(372) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;i>x; s+=x; }//s+=read(); cout<<fixed<<setprecision(4)<<s/n<<endl; return 0; } 阅读全文
posted @ 2019-01-14 18:15 Isaunoya 阅读(233) 评论(0) 推荐(0) 编辑
摘要: //qf #include #define f(i,j,n) for(register int i=j;i<=n;i++) using namespace std; typedef long long ll; inline ll read(){ ll x=0; int f=1; char ch=getchar(); while(!isdigit(ch)) { ... 阅读全文
posted @ 2019-01-14 18:14 Isaunoya 阅读(416) 评论(0) 推荐(0) 编辑
摘要: //qf#include #define f(i,j,n) for(register int i=j;i<=n;i++)using namespace std;typedef long long ll;inline ll read(){ ll x=0; int f=1... 阅读全文
posted @ 2019-01-05 12:12 Isaunoya 阅读(258) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
TOP