#include <iostream>
using namespace std;
 
int main()
{
cout << "Tecnología Diaria";
return 0;
}