#include <iostream> using namespace std; int main() { cout << "Show colors" << endl; cout << "End." << endl; return 0; }