To get the length of a vector in C++, you can use size() function in vector ... #include <iostream> #include <vector> using namespace std; int main() ...
確定! 回上一頁