... 2 // pe2-2.cpp #include <iostream> int main(void) { using namespace std; ... std::strncpy(name, client, 39); name[39] = '\0'; std::strncpy(acctnum, num, ...
確定! 回上一頁