编辑代码

#include <cstdio>
using namespace std;
int main() { 
	cout<< "hello,word" <<endl;
	return 0;
}