fork download
  1. main(i,j){char p[512],q[512];gets(p);gets(q);for(i=0,j=0;p[i]+q[j];)p[i]&&putchar(p[i++]),q[j]&&putchar(q[j++]);}
Success #stdin #stdout 0.01s 1680KB
stdin
acegikm
bdfhjl
stdout
abcdefghijklm