LikeWater - 1087: A+B for Input-Output Practice (III) 摘要:```cpp #include #include using namespace std; // 编写一个程序,输入a、b、c三个值,输出其中最大值。 int main() { …… 题解列表 2023年02月27日 0 点赞 1 评论 375 浏览 评分:9.9
LikeWater - 1088: A+B for Input-Output Practice (IV) 摘要:```cpp #include #include using namespace std; // Your task is to Calculate the sum of some integ…… 题解列表 2023年02月27日 0 点赞 1 评论 601 浏览 评分:9.9
LikeWater - 1089: A+B for Input-Output Practice (V) 摘要:#####既然没有优质题解,那我就打个头,给大家打个样! ```cpp #include #include using namespace std; // Your task is to…… 题解列表 2023年02月27日 0 点赞 1 评论 295 浏览 评分:9.9
LikeWater - 1090: A+B for Input-Output Practice (VI) 摘要:```cpp #include #include using namespace std; // Your task is to Calculate the sum of some integ…… 题解列表 2023年02月27日 0 点赞 1 评论 329 浏览 评分:9.9
LikeWater - 1091: A+B for Input-Output Practice (VII) 摘要:```cpp #include #include using namespace std; // Your task is to Calculate the sum of some integ…… 题解列表 2023年02月27日 0 点赞 1 评论 299 浏览 评分:9.9
LikeWater - 1092: A+B for Input-Output Practice 摘要:```cpp #include #include using namespace std; // Your task is to Calculate the sum of some integ…… 题解列表 2023年02月27日 0 点赞 1 评论 278 浏览 评分:9.9
LikeWater - 1113: C语言考试练习题_保留字母 摘要:```cpp #include using namespace std; // 编一个程序,输入一个字符串,将组成字符串的所有非英文字母的字符删除后输出。 int main() { …… 题解列表 2023年02月27日 0 点赞 1 评论 233 浏览 评分:9.9
蓝桥杯算法提高VIP-笨小猴 摘要:这题不是特别难,主要最后的质数判断,1和0都不是质数要注意 写到一半有点乱,做了个方法 方法的用处就是判断这个字符a是否在这个字符数组sl里面 import java.util.Scann…… 题解列表 2023年02月27日 0 点赞 0 评论 509 浏览 评分:9.9
1004: [递归]母牛的故事(超级简洁) 摘要: import java.util.*; public class 母牛牛的姑息 { public static void main(String[] args) { Scanner s…… 题解列表 2023年02月27日 0 点赞 0 评论 643 浏览 评分:9.9
题解 2769: 计算并联电阻的阻值 摘要:解题思路:注意事项 :注意看清题目,用浮点数除法参考代码:#include<stdio.h>int main(){ float a, b; float r = 0; scanf("%f %f", &…… 题解列表 2023年02月27日 0 点赞 1 评论 904 浏览 评分:9.9