char *strcpy(char* s1,const char* s2); char *strncpy(char* s1, const char * s2,size_t n); ... #include <iostream> using namespace std; ...
確定! 回上一頁