#include #include int main() { for (std::string line; std::getline(std::cin, line);) { std::cout << line << std::endl; } return 0; }.
確定! 回上一頁