#include <iostream> using namespace std; int main() { cout << "We'll have cake, in the end." << endl; return 0; }