#include <iostream>

int main()
{
    std::cout << "Very sophisticated cpp program!\n";
    return 0;
}
