#include <bits/stdc++.h>
using namespace std;

int main() {
	bool a="asha" && "Sharma";
	cout<<a;
	return 0;
}