#include<bits/stdc++.h> using namespace std; int main(){ int a=123,b=456; cout<<"hello,lema"; return 0; }