in = fgets(you.first_name, MAX_DATA-1, stdin); check(in != NULL, "Failed to read first name"); ... https://zh.cppreference.com/w/cpp/io/c/fgets
確定! 回上一頁