2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >> x ; …… 题解列表 2023年12月17日 0 点赞 0 评论 170 浏览 评分:0.0
超级好用的题解,大家快来看啊!!!求个五星好评 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; cin>>a>>b; …… 题解列表 2023年12月17日 0 点赞 3 评论 318 浏览 评分:6.0
跟我徐海东 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int f[100000];int a[100000];int count;int max=0,A;int c[100];int mai…… 题解列表 2023年12月17日 0 点赞 0 评论 526 浏览 评分:9.9
for and if买房子 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <cmath>using namespace std;int main(){ double y=200; …… 题解列表 2023年12月17日 0 点赞 0 评论 222 浏览 评分:0.0
提取字符串之java 摘要:StringBuilder 是 Java 中用于处理字符串的可变类。它属于 java.lang 包,提供了一种比直接使用 String 类更有效的方式来构建和修改字符串。StringBuilder 对…… 题解列表 2023年12月17日 0 点赞 0 评论 303 浏览 评分:9.9
采药-题解(Java代码,动态规划01背包问题) 摘要:### 动态规划 01背包问题 ```java import java.util.Scanner; public class Main { public static void main…… 题解列表 2023年12月17日 0 点赞 0 评论 333 浏览 评分:9.9
字符串连接 摘要:解题思路:注意事项:参考代码#include<stdio.h>#include<string.h>int main() { char arr1[100]; gets(arr1); i…… 题解列表 2023年12月17日 0 点赞 0 评论 182 浏览 评分:0.0
JAVA 糖果游戏升级版 摘要:解题思路:如果换成动态的n,不指定5 可能 6 7 8 9用数组来存储数据,先判断加减后是否超过左边界或者右边界如果超出进行数组下标调整注意事项:参考代码:import java.util.Sca…… 题解列表 2023年12月17日 0 点赞 0 评论 222 浏览 评分:4.7
最最最简单简单 2833: 金币,不用while,注释写好了 摘要:解题思路:注意事项:参考代码:#include <iostream> using namespace std; int main() { int n, total=0; // n 天数…… 题解列表 2023年12月18日 0 点赞 0 评论 173 浏览 评分:0.0
.................. 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[3][3]; for(int i=0;i<3;i++) { for(…… 题解列表 2023年12月18日 0 点赞 0 评论 175 浏览 评分:0.0