Hifipsysta-2068-[STL训练]Ignatius and the Princess IV 摘要:```cpp #include #include #include using namespace std; int main(){ vector myvect; i…… 题解列表 2022年02月10日 0 点赞 0 评论 396 浏览 评分:0.0
简单易理解【C语言】 摘要: # 题目大意: ###### 输入n,输入一个长度为 n 的字符串,输入需要开始输出的位置 m ###### 输出该字符串从 m-1 下标开始到结束的子串 这个位置是下标加1后的结果 …… 题解列表 2022年02月10日 0 点赞 0 评论 426 浏览 评分:0.0
Hifipsysta- 2071-[STL训练]壮志难酬(C++代码) 摘要:```cpp #include #include using namespace std; int main(){ int t, n, pos; string a_do…… 题解列表 2022年02月10日 0 点赞 0 评论 391 浏览 评分:0.0
Hfifipsysta-2072-[STL训练]寻梦(C++代码) 摘要:```cpp #include #include using namespace std; int main(){ int N; string str_1, str_2…… 题解列表 2022年02月10日 0 点赞 0 评论 424 浏览 评分: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 评论 436 浏览 评分:0.0
题目P1011(C++语言) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int n,m,a[52][52],f[52][52][52][52];namespace i…… 题解列表 2022年02月10日 0 点赞 0 评论 367 浏览 评分:0.0
记录一蛤 T3T 摘要:解题思路:注意事项:题中要求第N次落地时的路程 不需要加上第N次弹起的高度参考代码:#include<stdio.h>int main(){ double M,N; scanf("%lf …… 题解列表 2022年02月10日 0 点赞 0 评论 783 浏览 评分:0.0
1004: [递归]母牛的故事(C语言版) 摘要:```c #include int fun(int x) { if (x x) && x) { cout …… 题解列表 2022年02月10日 0 点赞 0 评论 310 浏览 评分:0.0
差分数组解分苹果问题 摘要:#include <stdio.h>int d[100005]; //d[i]表示第i个小朋友比第i-1个小朋友多的苹果int main(){ int m,n,i,Li,Ri,Ci; sc…… 题解列表 2022年02月10日 0 点赞 0 评论 466 浏览 评分:0.0
蓝桥杯2020年第十一届省赛真题-字符串编码 摘要:贪心。我是造数据的,如果数据锅了请及时告知我。~~结果真的锅了~~ ```cpp #include using namespace std; int main() { i…… 题解列表 2022年02月10日 0 点赞 1 评论 672 浏览 评分:0.0