Copy #include <iostream> #include <cstring> //for strlen() using namespace std; int main()/*from w w w .jav a 2 s . co m*/ { //initialized string char ...
確定! 回上一頁