您的代码应该像这样修复:
#include int main() { std::cout << "I will get it" << std::endl; std::cout << "I hope so" << std::endl; return 0; }