A C++ solution would use std::string instead of char[] , std::getline instead of fgets() , and input streams instead of FILE * .
確定! 回上一頁