摘要: #include <bits/stdc++.h> using namespace std; typedef long long ll; void _1(){ int t; cin>>t; while(t--){ int n;cin>>n; string s;cin>>s; int flag=1; f 阅读全文
posted @ 2021-05-06 08:45 Acception 阅读(46) 评论(0) 推荐(0)