摘要: #include <bits/stdc++.h>using namespace std;int main ( ) { pair<string, int> student ("Alice",95); cout << "键:" << student.first << ",值:" << student.s 阅读全文
posted @ 2025-10-17 19:39 园友3087003 阅读(4) 评论(0) 推荐(0)