取引用+substr复制字符串 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;void Copy(string &str_1, string…… 题解列表 2024年01月10日 0 点赞 0 评论 162 浏览 评分:0.0
题解 2751: 超级玛丽游戏 摘要:解题思路:直接干就完了注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ cout<<" …… 题解列表 2024年01月10日 0 点赞 0 评论 413 浏览 评分:9.9
2903 不高兴的津津 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2024年01月10日 0 点赞 0 评论 207 浏览 评分:0.0
编写题解 2883: 矩阵加法 摘要:解题思路:注意事项:参考代码:def matrix(n, m, A, B): result_matrix = [] for i in range(n): row_result…… 题解列表 2024年01月09日 0 点赞 0 评论 253 浏览 评分:0.0
全字符串输入 通用转换 求解 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2024年01月09日 1 点赞 0 评论 248 浏览 评分:10.0
最长单词2(C语言,短小精悍) 摘要:解题思路:可以用两个数组a,b,因为%s是不收取空格,用while循环每次获取一段,然后对比当然也可以用二维数组注意事项:参考代码:#include<stdio.h> #include<string…… 题解列表 2024年01月09日 1 点赞 0 评论 387 浏览 评分:0.0
求平均年龄 2794: 摘要:解题思路:#include <iostream>using namespace std;int main(){ int n; double sum =0; cin>>n; fo…… 题解列表 2024年01月09日 0 点赞 0 评论 192 浏览 评分:0.0
题解 2794求平均年龄 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0; cin>>n; …… 题解列表 2024年01月09日 0 点赞 0 评论 539 浏览 评分:9.9
2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 2000: 偶数列举 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; cin>>n; for(int i=2;i<…… 题解列表 2024年01月09日 1 点赞 2 评论 238 浏览 评分:10.0
1764: 循环入门练习11764: 循环入门练习11764: 循环入门练习11764: 循环入门练习11764: 循环入门练习11764: 循环入门练习11764: 循环入门练习11764: 循环入 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int sum=0; //累加器 for(i…… 题解列表 2024年01月09日 0 点赞 0 评论 269 浏览 评分:9.9