编写题解 3040: An Easy Problem 摘要:解题思路:就那样注意事项:参考代码:#include <stdio.h>#include <stdbool.h>int js(int i) { int t = 0; while (i > …… 题解列表 2024年01月07日 0 点赞 0 评论 230 浏览 评分:6.0
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { private String year, month, day; publi…… 题解列表 2024年01月06日 0 点赞 0 评论 876 浏览 评分:9.9
C++语言实现,具体操作在注释里面 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int arr[100] = {0};//暂时存储数据 i…… 题解列表 2024年01月06日 0 点赞 0 评论 170 浏览 评分:0.0
指针解决(高举C++大旗!) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int arr[10] = {0};void Set_arr(int* p){ for(…… 题解列表 2024年01月06日 0 点赞 0 评论 136 浏览 评分:0.0
c++简单实现完数判断 摘要:解题思路:主要使用枚举法先判断完数,用循环实现,判断后在逐步输出。注意事项:参考代码:#include<iostream>using namespace std;int main(){ int …… 题解列表 2024年01月06日 0 点赞 0 评论 185 浏览 评分:9.9
一段一段来判断长度 摘要:``` #include #include #include #include using namespace std; int main() { string s,c;…… 题解列表 2024年01月06日 0 点赞 0 评论 214 浏览 评分:0.0
1480: 模拟计算器 摘要:解题思路:注意事项:case后是‘符号’参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; char…… 题解列表 2024年01月06日 0 点赞 0 评论 202 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月06日 0 点赞 0 评论 798 浏览 评分:9.9
素数回文数的个数两种方法 摘要:暴力写法,范围只有1000我们只需要前后就好了 ``` #include #include #include #include using namespace std; typed…… 题解列表 2024年01月06日 0 点赞 0 评论 179 浏览 评分:0.0
2789: 骑车与走路2789: 编写题解 2789: 骑车与走路 标题骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路27 摘要:解题思路:dsvrfgdsf注意事项:adfvgdsvvsfdvr参考代码:#include <bits/stdc++.h>using namespace std;int main(){double …… 题解列表 2024年01月06日 0 点赞 0 评论 284 浏览 评分:6.0