在输入helloword时一直有错误
#include<iostream> using namespace std ; int main() { cout<<"helloword\n"; return 0 ; }
你的编译器的问题,你代码没错
是呀!!!