Always remember that for all arrays in C++, indexing begins at 0. ... #include<iostream> using namespace std; struct emp // structure name (emp) { string ...
確定! 回上一頁