#include<bits/stdc++.h> using namespace std; int n[100000009]; int main() { int n,m; cin>>n>>m; for(int i=1;i<=n;i++){ cout<<m*n; } return 0; }