#include <iostream> using namespace std; int main(void) { cout<<"hello,world!"<<endl; cin.get(); return 0; }