摘要: 3985, in 4000 阅读全文
posted @ 2021-08-05 22:12 智人心 阅读(20) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; #define ll long long ll m,a,b,k[10005]; ll get_ans(ll n){ ll i,tmp = 0; for(i=1;i<n;i++) tmp 阅读全文
posted @ 2021-08-05 22:11 智人心 阅读(74) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int main(){ int i,t,n,data[1005],ans,x,y; scanf("%d",&t); while(t--){ sca 阅读全文
posted @ 2021-08-05 19:23 智人心 阅读(102) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int maxn = 250005; char data[maxn][2][15]; int number = 0; int degree 阅读全文
posted @ 2021-08-05 17:35 智人心 阅读(54) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstring> #include<cstdio> using namespace std; int main(){ char data[205]; scanf("%s",data); int len = 阅读全文
posted @ 2021-08-05 14:57 智人心 阅读(42) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; int k,t,w,h,sx,sy,sum,ex,ey; int idx[45][45],data[45][45],ans[3]; char c[45 阅读全文
posted @ 2021-08-05 12:19 智人心 阅读(68) 评论(0) 推荐(0)