首页 > 字符串展开
头像 Ldh1315109
发表于 2025-11-07 17:31:47
def solve(testcase): a, b, c = MI() s = I() n = len(s) res = [] for i, ch in enumerate(s): if ch != '-': re 展开全文
头像 周康禧
发表于 2025-12-12 15:44:31
#include <bits/stdc++.h> using namespace std; using ll = long long int; using ld = long double; using PII=pair<ll,ll>; using PIII=pair< 展开全文
头像 自由的风0450
发表于 2025-11-22 13:58:21
#include <iostream> #include<string> #include<algorithm> #include<cctype> using namespace std; int main() { int p1, p2, p 展开全文
头像 游云吞鲸
发表于 2026-01-18 10:38:35
#include <bits/stdc++.h> using namespace std; void tian(int ,int ,int ,char ,char ); bool expand(char ,char ); int main() { int p1,p2,p3; 展开全文
头像 MaoPaoMiao
发表于 2026-01-14 19:53:36
#include <bits/stdc++.h> using namespace std; int main() { int p1, p2, p3; cin >> p1 >> p2 >> p3; string s; ci 展开全文
头像 丘馗
发表于 2026-01-08 11:09:43
#include <iostream> #include <string> #include <algorithm> using namespace std; string operator*(const string &s,int n) { s 展开全文
头像 昀启融霙
发表于 2026-02-02 12:29:27
#include <iostream> using namespace std; int main() { int a, b,c,d; cin>>a>>b>>c; string s; char ch; cin 展开全文
头像 BLUE_RAY
发表于 2026-02-01 11:52:23
#include<bits/stdc++.h> using namespace std; int p1, p2, p3; string str; int judge(int i) { if(str[i] >= 'a' && str[i] <= 'z') 展开全文
头像 星夜c
发表于 2025-12-14 23:40:56
#include <iostream> #include <string> #include <algorithm> // 用于reverse反转序列 #include <cctype> // 用于islower/isdigit/toupper 展开全文
头像 Drink0318
发表于 2025-12-08 17:23:24
import sys # 读取参数和字符串 p1, p2, p3 = map(int, input().split()) s = input() lower_char_bet = "abcdefghijklmnopqrstuvwxyz" # 改用列表处理字符串(方便精准替换 展开全文

等你来战

查看全部