#include <bits/stdc++.h> using namespace std; int main( ){ cout<<*10<<endl; cout<<221<<endl; cout<<1*1<<endl; return 0; }