040 List

#include <iostream> #include <string> #include <list> using namespace std; list<int> no; int getIndex(int id) { int res=0; list<int>::iterator ii; for
posted @ 2022-02-28 17:09  icefield817  阅读(36)  评论(0编辑  收藏  举报