题解 2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int tong[1000];int main(){ string s; cin>…… 题解列表 2024年07月16日 0 点赞 0 评论 189 浏览 评分:0.0
2973: 出现次数超过一半的数 摘要:解题思路:注意事项:参考代码:#includeusing namespace std;typedef long long ll;const ll N=1e5;int tong[N];int main(…… 题解列表 2024年07月15日 0 点赞 0 评论 171 浏览 评分:9.9
2917: 奇数单增序列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5;ll a[…… 题解列表 2024年07月15日 0 点赞 0 评论 440 浏览 评分:0.0
题解 2917: 奇数单增序列 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a[600];int main(){ int n=0; in…… 题解列表 2024年07月15日 0 点赞 0 评论 253 浏览 评分:0.0
题解 2917: 奇数单增序列 摘要:```cpp #include using namespace std; typedef long long ll; ll a[503],cnt; int main() { l…… 题解列表 2024年07月15日 0 点赞 0 评论 370 浏览 评分:0.0
题解 2917: 奇数单增序列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[504],b[504];int main(){ int n,sum=0…… 题解列表 2024年07月15日 0 点赞 0 评论 395 浏览 评分:0.0
1128: C语言训练-排序问题(1) 摘要:解题思路:注意事项:参考代码: #include <bits/stdc++.h> using namespace std; typedef long long ll; cons…… 题解列表 2024年07月14日 0 点赞 0 评论 238 浏览 评分:0.0
题解 1128: C语言训练-排序问题(1) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[5];int main(){ for(int i=1;i<=4;i++…… 题解列表 2024年07月14日 0 点赞 0 评论 203 浏览 评分:0.0
2863: 删除单词后缀 摘要:解题思路:注意事项:参考代码: #include <bits/stdc++.h> using namespace std; typedef long long ll; int …… 题解列表 2024年07月14日 0 点赞 0 评论 266 浏览 评分:0.0
题解 2861: 验证子串 摘要:```cpp #include using namespace std; typedef long long ll; int main() { string s,a; …… 题解列表 2024年07月14日 1 点赞 0 评论 207 浏览 评分:0.0