题解列表

筛选

DNA-题解(C++代码)

摘要:```cpp #include using namespace std; int main(){ int a,b,c; cin>>a; while(a--){ ……