#include using namespace std; int main () { char s[20]="Hello, World!"; cout << s << endl; return 0; }