#include "stdafx.h" #include <iostream> using namespace std; int main() { cout<<"Regards,\nDino-Fly\n"; cin.get(); }