题解列表

筛选

P1006 (C++代码)

摘要:#include"bits/stdc++.h" using namespace std; int main() { string a; cin >> a; int len = a.s……