#include using namespace std; int main(){ int a,b,c[10001],d=0; cin>>a>>b; for(int i=1;i<=b;i++){ cout<a){d=i-1;break;} if(i==b){d=b;} } cout<