for。。。。。。。。。。。。。。。。。。。。。。 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;class Main { public static void main(String[] args) { …… 题解列表 2023年12月24日 0 点赞 0 评论 187 浏览 评分:0.0
菜鸡写法,嵌套循环遍历 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 294 浏览 评分:0.0
二级C语言-同因查找(c语言版) 摘要:解题思路:求出10至1000之内能同时被2、3、7整除的数,并输出。用for循环让i从10到1000进行遍历,用if语句找到符合条件的数字,再用printf进行输出。注意事项:1:i要小于等于1000…… 题解列表 2023年12月24日 1 点赞 0 评论 357 浏览 评分:9.9
for................................. 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2023年12月24日 0 点赞 0 评论 204 浏览 评分:0.0
2298: 蓝桥杯2018年第九届真题-防御力 摘要:```python def cmp(x):return x[1] n1,n2 = map(int, input().split()) a = list(map(int,input().split…… 题解列表 2023年12月24日 1 点赞 0 评论 254 浏览 评分:0.0
编写题解 2751: 超级玛丽游戏 摘要:解题思路: ******** ************ ####....#. #..###.....##.... …… 题解列表 2023年12月24日 0 点赞 1 评论 250 浏览 评分:8.0
编写题解 2812: 球弹跳高度的计算 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int h;scanf("%d",&h);int i;double h1=h;double s=0;for(i=1…… 题解列表 2023年12月24日 0 点赞 0 评论 206 浏览 评分:0.0
编写题解 2811: 救援 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <math.h> #include <stdlib.h> // 计算时间的函数 floa…… 题解列表 2023年12月24日 0 点赞 0 评论 230 浏览 评分:0.0
运用第三方排序 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,c,x; scanf ("%d%d%d",&a,&b,&c); if (a>b) x = a; …… 题解列表 2023年12月24日 0 点赞 0 评论 189 浏览 评分:0.0
欢迎交流指正 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<math.h>using namespace std;int main() { int a[100], m, n,s…… 题解列表 2023年12月24日 0 点赞 0 评论 407 浏览 评分:0.0