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