// 01-title.cpp : output the title page of a well-known book import std; using namespace std; int main() { print(1+R"( Alice's Adventures In Wonderland by LEWIS CARROLL )"); }