fork download
  1. main(n){scanf("%d",&n);putchar(49);while(n--)putchar(48);}
Success #stdin #stdout 0s 9424KB
stdin
10
stdout
10000000000