摘要: #include <bits/stdc++.h>using namespace std;int main ( ) { pair<string, int> student ("Alice",95); cout << "键:" << student.first << ",值:" << student.s 阅读全文