#include <iostream>
#include <conio.h>
using namespace std;
int main () { cout << «Hello world!!!\n»; _getch(); return 0; }
#include <iostream>
#include <conio.h>
using namespace std;
int main () { cout << «Hello world!!!\n»; _getch(); return 0; }