[STL训练]壮志难酬,字符串数组暴力! 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ // 定义一个字符串数组,用于存储输入的字…… 题解列表 2024年11月11日 0 点赞 0 评论 53 浏览 评分:0.0
c++ 2071: [STL训练]壮志难酬 没用到字符串 摘要:```cpp #include using namespace std; int main() { vector v1; int t; cin>>t; …… 题解列表 2024年05月08日 0 点赞 0 评论 114 浏览 评分:0.0
一些强迫症的输出 摘要:## 浏览了一些题解,发现输出格式与题目要求不一致,多加了一些代码,调成了与题目要求一致的输出格式//勿喷 ## 代码 #include #include usin…… 题解列表 2024年04月12日 0 点赞 0 评论 79 浏览 评分:0.0
[STL训练]壮志难酬(c语言) 摘要:```c int main() { int t; scanf("%d", &t); while (t--) { char str[20] = { 0 }; int n;…… 题解列表 2023年04月25日 0 点赞 0 评论 161 浏览 评分:9.9
壮志难酬 (Java代码) 摘要:import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; pu…… 题解列表 2022年05月28日 0 点赞 0 评论 79 浏览 评分:9.9
编写题解 2071: [STL训练]壮志难酬 find 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> #include<vector> using namespace std; int mai…… 题解列表 2022年04月30日 0 点赞 0 评论 135 浏览 评分:0.0
小菜鸡-----C语言通俗易懂 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>char a[100];int main(){ int N; scanf("%d",&N…… 题解列表 2022年03月24日 0 点赞 0 评论 337 浏览 评分:9.9
编写题解 2071: [STL训练]壮志难酬 摘要:解题思路:注意事项:参考代码:n=int(input()) for i in range(n): a,b=map(str,input().split()) print(a[a.f…… 题解列表 2022年03月16日 0 点赞 0 评论 251 浏览 评分: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 评论 125 浏览 评分:0.0
没有java的,我来写一个吧 摘要: import java.util.Scanner; public class Main { public static void main(Str…… 题解列表 2022年01月27日 0 点赞 0 评论 139 浏览 评分:9.9