Development C++

#include 
using namespace std;
int main()
{
   cout << "\nThis is\t a string\n\t\t with \"many\" escape sequences!\n";
   return 0;
}