编写题解 2070: [STL训练]Mispelling4 摘要:解题思路:注意事项:参考代码:n=int(input()) for i in range(n): a,b=map(str,input().split()) print(i+1,b…… 题解列表 2022年03月15日 0 点赞 0 评论 140 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void delete(char n[],int x){ int i; for (i = x - 1; i < strlen…… 题解列表 2023年06月07日 0 点赞 0 评论 64 浏览 评分:0.0
erase的大作用 摘要:#include<bits/stdc++.h> using namespace std; int main() { int t,i=0; cin>>t; while…… 题解列表 2024年07月31日 0 点赞 0 评论 58 浏览 评分:0.0
Hifipsysta-2070-[STL训练]Mispelling4(C++代码) 摘要:```cpp #include #include using namespace std; int main(){ int N, pos; string tmp_str…… 题解列表 2022年02月10日 0 点赞 0 评论 156 浏览 评分:0.0