字符串的查找删除-题解(Python代码) 摘要:由于本题需要替换各种形式的字符,包括in,In,iN和IN ```python temp=input() temp=temp.casefold() #变成小写 length=len(temp…… 题解列表 2020年02月26日 0 点赞 0 评论 421 浏览 评分:9.9
直接替换字符串 摘要:import java.util.*;public class Main { static Scanner in = new Scanner(System.in); public stat…… 题解列表 2022年04月08日 0 点赞 0 评论 139 浏览 评分:0.0