1112: C语言考试练习题_一元二次方程 摘要:```cpp #include #include using namespace std; // 解一元二次方程ax^2+bx+c=0的解 // 输出两个解,按照大小顺序输出,一个解时需要打…… 题解列表 2023年02月27日 0 点赞 1 评论 335 浏览 评分: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 评论 154 浏览 评分: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 评论 171 浏览 评分: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 评论 198 浏览 评分: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 评论 174 浏览 评分: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 评论 492 浏览 评分:9.9
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 评论 264 浏览 评分:9.9
LikeWater - 1086: A+B for Input-Output Practice (II) 摘要:```cpp #include #include using namespace std; // 编写一个程序,输入a、b、c三个值,输出其中最大值。 int main() { …… 题解列表 2023年02月27日 0 点赞 1 评论 194 浏览 评分:7.3
LikeWater - 1085: A+B for Input-Output Practice (I) 摘要:#####第一次写英文版题目,感觉还不错,写代码的同时可以学习英语句子,保持英语水平,还是比较感兴趣的~~~~ ```cpp #include #include using namespa…… 题解列表 2023年02月27日 0 点赞 1 评论 346 浏览 评分:6.0
LikeWater - 1002: [编程入门]三个数最大值 摘要:```cpp #include #include using namespace std; // 编写一个程序,输入a、b、c三个值,输出其中最大值。 int main() { …… 题解列表 2023年02月27日 0 点赞 1 评论 190 浏览 评分:9.9