#include using namespace std; #define modulo 1000000007 #define mod(mod_x) ((((long long)mod_x+modulo))%modulo) #define Inf 1000000000 int main(){ int N; cin>>N; for(int i=0;i>d; if(d==1){ cout<<10<