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