从键盘读入两个字符串,把两个字符串的各个字符依次、交替组合形成一个新字符串

img

img

你把 2i 改成 2 * i, 乘法不能直接那样写;
另外, 从键盘输入, 需要用 scanf 函数,

scanf("%s %s", s1, s2);