#include <stdio.h>
#include <string.h>
void
main() {
char
str1[11], str2[6];
int
i;
gets
(str1);
(str2);
for
(i = 0; str2[i] != 0; i++)
str1[i] = str2[i];
str1[i] =
'\0'
;
puts
}
by: 发表于:2018-05-25 16:03:49 顶(0) | 踩(0) 回复
??
by: 发表于:2018-05-25 16:03:49 顶(0) | 踩(0) 回复
??
回复评论