摘要:
#include<iostream> #include<algorithm> using namespace std; struct Node{ int id,a1,a2; }vote[50005]; bool cmp(struct Node v1,struct Node v2){ return v 阅读全文
posted @ 2021-08-01 22:23
智人心
阅读(54)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<algorithm> #include<cstdio> using namespace std; int main(){ int n,s,ans,data[20005]; scanf("%d%d",&n,&s); for(int i=0;i<n 阅读全文
posted @ 2021-08-01 22:02
智人心
阅读(33)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<algorithm> #include<cstdio> using namespace std; bool cmp(int a,int b){ return a>b; } int main(){ int t,n,a[20005]; scanf( 阅读全文
posted @ 2021-08-01 21:55
智人心
阅读(34)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cmath> #include<cstdio> using namespace std; int main(){ double n,k,s,t,r,s1,sum,turn,ans; scanf("%lf%lf",&n,&k); while(k- 阅读全文
posted @ 2021-08-01 21:37
智人心
阅读(32)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstdio> #include<cmath> using namespace std; const double PI = 3.141592653589; int main(){ double w,h,v1,v2,v3,v4,x; while 阅读全文
posted @ 2021-08-01 20:53
智人心
阅读(44)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<algorithm> #include<cstdio> using namespace std; const int maxn = 505; int n; int a[maxn][maxn],b[maxn][maxn],c[maxn][maxn 阅读全文
posted @ 2021-08-01 17:09
智人心
阅读(50)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cmath> #include<cstring> #include<cstdio> #include<algorithm> #include<ctime> #define ll long long using namespace std; co 阅读全文
posted @ 2021-08-01 16:44
智人心
阅读(52)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstring> #include<cstdio> using namespace std; int main(){ int c,l,m,len[10005],p1,p2,s1,s2; char lr[10005][10]; scanf("%d 阅读全文
posted @ 2021-08-01 13:22
智人心
阅读(38)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstdio> using namespace std; int main(){ int n,seed,d[20][20]; scanf("%d%d",&n,&seed); for(int j=0;j<n;j++){ for(int i=0;i 阅读全文
posted @ 2021-08-01 00:28
智人心
阅读(32)
评论(0)
推荐(0)

浙公网安备 33010602011771号