LikeWater - 1113: C语言考试练习题_保留字母 摘要:```cpp #include using namespace std; // 编一个程序,输入一个字符串,将组成字符串的所有非英文字母的字符删除后输出。 int main() { …… 题解列表 2023年02月27日 0 点赞 1 评论 119 浏览 评分:9.9
1112: C语言考试练习题_一元二次方程 摘要:```cpp #include #include using namespace std; // 解一元二次方程ax^2+bx+c=0的解 // 输出两个解,按照大小顺序输出,一个解时需要打…… 题解列表 2023年02月27日 0 点赞 1 评论 351 浏览 评分: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 评论 165 浏览 评分: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 评论 181 浏览 评分: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 评论 211 浏览 评分: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 评论 186 浏览 评分: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 评论 501 浏览 评分: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 评论 277 浏览 评分: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 评论 203 浏览 评分:7.3
LikeWater - 1085: A+B for Input-Output Practice (I) 摘要:#####第一次写英文版题目,感觉还不错,写代码的同时可以学习英语句子,保持英语水平,还是比较感兴趣的~~~~ ```cpp #include #include using namespa…… 题解列表 2023年02月27日 0 点赞 1 评论 358 浏览 评分:6.0