题解列表

筛选

花落的新手代码(C语言代码)

摘要:解题思路:输入字符串,交换相应位置的字符。注意事项:参考代码:#include<stdio.h>#include<string.h>#define AUM(x,y) {int t;t=x;x=y;y=……