#include <iostream> #include<cstdio> using namespace std; int main(){ cout<<"hello,lema"; return 0; }