改了老半天,终于改好可以开始用了。
#include <iostream> int main() { std::cout << "hello, world!" << std::endl; return 0; }