摘要: https://www.luogu.com.cn/problem/P1914 ` include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; char str[100]; cin >> str; int len 阅读全文
posted @ 2024-01-31 11:17 CXfang10 阅读(37) 评论(0) 推荐(0)