红红火火恍恍惚惚或或或或或或或或或或或或或或或或或或或或或或或 摘要:解题思路:注意事项:1492(题号)参考代码:#include<iostream>#include<cstring>using namespace std;int tag[10][10],d[10],…… 题解列表 2024年08月24日 0 点赞 0 评论 58 浏览 评分:9.9
909090909090909090909090909 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<queue>using namespace std;const int n=10;int a[n+5][n+5];i…… 题解列表 2024年08月24日 0 点赞 0 评论 32 浏览 评分:9.9
909090909090909090909090909 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a[15][15],c=0;void f(int x,int y){ if(…… 题解列表 2024年08月24日 0 点赞 0 评论 23 浏览 评分:9.9
筛选N以内的素数 摘要:题目让筛选素数,首先我们先了解一下什么是素数?简而言之素数就是不能被除1和他本身之外整除的数。那么思路就比较清楚了,我们让N以内所有的数都对小于他的数取余,只要有取余等于零的,说明他就可以被别的数整除…… 题解列表 2024年08月24日 0 点赞 0 评论 93 浏览 评分:9.9
编写题解 1151: C语言训练-计算一个整数N的阶乘 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; long long a=1; scanf("%d",&n); for(i…… 题解列表 2024年08月25日 0 点赞 0 评论 82 浏览 评分:9.9
2896: 二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <stdlib.h> #include <iostream> using namespace std; …… 题解列表 2024年08月27日 0 点赞 0 评论 110 浏览 评分:9.9
[编程入门]数字逆序输出 摘要:解题思路:注意事项:参考代码:Scanner sc = new Scanner(System.in); int[] arr = new int[10]; for (int i = 0; i < a…… 题解列表 2024年08月28日 0 点赞 0 评论 201 浏览 评分:9.9
[编程入门]自定义函数求一元二次方程 摘要:```java import java.util.Scanner; public class Main { public static void main(String[] args) {…… 题解列表 2024年08月28日 0 点赞 0 评论 301 浏览 评分:9.9
[编程入门]自定义函数之字符串反转 摘要:```java import java.util.Scanner; public class Main { public static void main(String[] args) {…… 题解列表 2024年08月28日 0 点赞 0 评论 101 浏览 评分:9.9
2897: 神奇的幻方 摘要:解题思路:注意事项:参考代码:#include <stdlib.h> #include <stdio.h> #include <iostream> using namespace std; …… 题解列表 2024年08月28日 0 点赞 0 评论 77 浏览 评分:9.9