摘要: #include<bits/stdc++.h> using namespace std; #define N 400005 bool cmp(int a,int b){ return a>b; } int main(){ int t; scanf("%d",&t); while(t--){ int 阅读全文
posted @ 2022-01-19 22:15 happycrazy 阅读(38) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; #define ll long long #define maxx 200005 #define eps 0.00000001 #define inf 0x3f char a[200005]; int main 阅读全文
posted @ 2022-01-19 20:12 happycrazy 阅读(64) 评论(0) 推荐(0)