1101: 循环c语言解题 摘要:解题思路:文本乘法确保高精度注意事项:之前搜索到的优秀答案是错的,比如9 2输入是有解的参考代码:#include <stdio.h>#include <string.h>void muti1(int…… 题解列表 2023年11月19日 1 点赞 0 评论 737 浏览 评分:6.0
谁拿了最多奖学金(封装对象) 摘要:解题思路:先把学生的属性,封装在学生类中,然后再在测试类中简单编写题目要求注意事项:参考代码:import java.util.Scanner;public class Main { publi…… 题解列表 2023年11月19日 0 点赞 0 评论 371 浏览 评分:6.0
嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(~scanf("%d%d", &a, &b))printf("%d\n…… 题解列表 2023年11月20日 0 点赞 0 评论 223 浏览 评分:6.0
嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; while(~scanf("%d%d", &a, &b))printf("%d\n…… 题解列表 2023年11月20日 0 点赞 0 评论 197 浏览 评分:6.0
电影票给个好评 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; cin>>a; cout<<a<<" …… 题解列表 2023年11月20日 0 点赞 1 评论 185 浏览 评分:6.0
大整数排序代码 摘要:#include<stdio.h> #include<math.h> #include<string.h> void swapstr(char*,char*); void swapstr(ch…… 题解列表 2023年11月22日 0 点赞 0 评论 218 浏览 评分:6.0
与圆相关的计算 摘要:```cpp #include #include #define pi 3.14159 using namespace std; int main() { double r;…… 题解列表 2023年11月22日 0 点赞 1 评论 448 浏览 评分:6.0
2771: 大象喝水 摘要:```cpp #include #include #define pi 3.14159 using namespace std; int main() { int h, r;…… 题解列表 2023年11月22日 0 点赞 0 评论 175 浏览 评分:6.0
2774: 计算三角形面积(利用海伦公式) 摘要:```cpp #include #include #include using namespace std; int main() { float x1, y1, x2, y…… 题解列表 2023年11月22日 0 点赞 0 评论 397 浏览 评分:6.0
大整数加法的双向链表写法 摘要:参考代码:#include<stdio.h> #include<stdlib.h> #include<string.h> struct lennum{ int num; struct l…… 题解列表 2023年11月22日 0 点赞 0 评论 151 浏览 评分:6.0