C++ STL list 鏈表

#include <bits/stdc++.h> using namespace std; void print(int e) { cout<<e<<" "; } int main() { list<int> l; int choice,e; while(true) { cout<<"1.頭部插入元素\n"
相關文章
相關標籤/搜索