摘要:
#include<iostream> #include<map> #include<set> using namespace std; struct like{ string name; int num; }wb[1000000]; int main(){ int n,m; map<string,i 阅读全文
摘要:
#include<iostream> #include<algorithm> using namespace std; int main() { int array[] = {5,6,7,8,4,2,1,3,0}; int len=sizeof(array)/sizeof(int); cout<<" 阅读全文