摘要:
Aimee 很简单的模拟 ######(未提交) #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int n,m,k,p; int main(){ scanf("%d%d%d%d",&n,&m, 阅读全文
摘要:
Aimee map出奇迹 #include<iostream> #include<cstdio> #include<map> using namespace std; map <char,int> m; map <int,char> mm; string s,ans; int main(){ m[' 阅读全文