🌈 搜索
📅  最后修改于: 2022-03-11 14:44:49.220000             🧑  作者: Mango
#include auto it = yourList.begin(); std::advance(it, index); std::cout << *it;