#include <iostream>
using namespace std;
int main() {
cout << "They call him \"Johnny\".";
return 0;
}