1234567
#include<windows.h> using namespace std; int main() { MessageBox(0,"THIS IS MESSAGE BOX","TITLE",0); return 0; }