YetnotherrokenKeoard

B. YetnotherrokenKeoard

一道数据结构题。这题需要用到两个栈分别存储大写字母和小写字母以配合删除操作。 主要代码: #include<bits/stdc++.h> using namespace std; typedef pair<char,int> Pos; int main(){ int n; cin>>n; while ......
YetnotherrokenKeoard
共1篇  :1/1页 首页上一页1下一页尾页