2904: 谁拿了最多奖学金 摘要:```#include using namespace std; const int N=110; char name[N][N],cadre[N],west[N]; int a[N],b[N…… 题解列表 2023年12月24日 0 点赞 0 评论 198 浏览 评分:0.0
题解 2904: 谁拿了最多奖学金 摘要: #include using namespace std; const int N=110; char name[N][N],gb[N],xb[N]; …… 题解列表 2023年12月24日 0 点赞 0 评论 235 浏览 评分:0.0
2914: 铺地毯 摘要:``` #include using namespace std; const int N=10010; int a[N],b[N],g[N],k[N]; int main() { in…… 题解列表 2023年12月24日 0 点赞 0 评论 207 浏览 评分:0.0
2914: 铺地毯 摘要:``` #include using namespace std; const int N=10010; int a[N],b[N],g[N],k[N]; int main(){ int …… 题解列表 2023年12月24日 0 点赞 0 评论 174 浏览 评分:6.0
题解 2914: 铺地毯 摘要: #include using namespace std; const int N=10010; int a[N],b[N],g[N],k[N]; in…… 题解列表 2023年12月24日 1 点赞 0 评论 213 浏览 评分:8.0
菜鸡写法,分情况就ok 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 347 浏览 评分:0.0
for。。。。。。。。。。。。。。。。。。。。。。 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;class Main { public static void main(String[] args) { …… 题解列表 2023年12月24日 0 点赞 0 评论 178 浏览 评分:0.0
菜鸡写法,嵌套循环遍历 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 282 浏览 评分:0.0
二级C语言-同因查找(c语言版) 摘要:解题思路:求出10至1000之内能同时被2、3、7整除的数,并输出。用for循环让i从10到1000进行遍历,用if语句找到符合条件的数字,再用printf进行输出。注意事项:1:i要小于等于1000…… 题解列表 2023年12月24日 1 点赞 0 评论 344 浏览 评分:9.9
for................................. 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2023年12月24日 0 点赞 0 评论 196 浏览 评分:0.0