萌新刚学OI,想打Hello world然后CE了。。。
为什么。。。
#include <iostream> using namespace std; int main() { cout<<"Hello world"; return 0; }