#include <iostream> using namespace std; int main() { cout<<"hello, world"<<endl; return 0; } 代码如上;不难;AC的,没错误。