1320: 字符串展开 摘要:解题思路:注意事项:只有一个小错误,91分参考代码:l = list(input().strip().split())if len(l) == 4: p1 = int(l[0]) p2 =…… 题解列表 2024年08月04日 0 点赞 0 评论 76 浏览 评分:0.0
NOIP提高组2007 摘要:参考代码:#include<stdio.h> char s[150]; int p1, p2, p3; char c; char now, left, right; int main() …… 题解列表 2024年02月13日 0 点赞 0 评论 149 浏览 评分:9.9
1320: 字符串展开 摘要:```cpp #include #include using namespace std; int p1,p2,p3,sub_s,ji=1; string s,s1,s_j; bool f…… 题解列表 2023年01月11日 0 点赞 0 评论 265 浏览 评分:8.0
qtnu培训练习 摘要:解题思路:分析p1、p2、p3代表的意思。利用tolower() 于toupper() 函数代码中出现了insert() 增加字符 erase() 删除字符,已及sb测试样例1;p1_other() …… 题解列表 2022年11月16日 0 点赞 0 评论 264 浏览 评分:2.0