摘要: ABC 286 - 287 286 A link 题意: ​ 就是交换给定字符串指定位置,swap 一下。 样例 Input: chokudai 3 5 Output: chukodai Code #include <cstring> #include <iostream> #include <al 阅读全文
posted @ 2022-02-05 11:22 来个半马庆祝下 阅读(303) 评论(0) 推荐(0)