小O的乘积 (Java代码) 摘要:import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2023年06月03日 0 点赞 0 评论 539 浏览 评分:0.0
啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊太简单了 摘要:解题思路:一眼就看粗来了,思路是什么?注意事项: 面向结果编程参考代码:#include<iostream>using namespace std;int main(){ int a; …… 题解列表 2023年06月04日 0 点赞 1 评论 510 浏览 评分:0.0
整理药名(c语言) 摘要:```c ```c #include #include int main() { int n,i,j,t; scanf("%d",&n); /*输入个数*/ …… 题解列表 2023年06月04日 0 点赞 0 评论 612 浏览 评分:0.0
1029: [编程入门]自定义函数处理素数 摘要:#[编程入门]自定义函数处理素数 ```cpp #include using namespace std; bool f(int a){ bool k=true; for(int i=…… 题解列表 2023年06月04日 0 点赞 0 评论 429 浏览 评分:0.0
1043: [编程入门]三个数字的排序 摘要:```cpp #include using namespace std; int main(){ int a[4]; for(int i=1;i>a[i]; for(int i=1;…… 题解列表 2023年06月04日 0 点赞 0 评论 382 浏览 评分:0.0
[编程入门]自定义函数之字符串拷贝 摘要:```cpp #include using namespace std; int main(){ char a[400]; int n,m; cin>>n; cin>>a; …… 题解列表 2023年06月04日 0 点赞 0 评论 447 浏览 评分:0.0
太睿智了啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 摘要:解题思路:妈的白给50月租是吧,该死的资本家注意事项:注意资本家,坚持走中国特色社会主义道路参考代码:#include<stdio.h>int main(){ float a,sum,b=50;…… 题解列表 2023年06月04日 0 点赞 0 评论 453 浏览 评分:0.0
编写题解 2908: 白细胞计数 摘要:解题思路:输入--冒泡排序--去除两边求和并求平均值--求绝对值--求绝对值的最大值--输出注意事项:double 类型用fabs参考代码:#include<stdio.h> #include<mat…… 题解列表 2023年06月04日 0 点赞 0 评论 409 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[256],str1[256]; gets(str); st…… 题解列表 2023年06月04日 0 点赞 0 评论 398 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ float consume=0.0,a[11] = {28.9,32.7,45.6,78.0,35.0,8…… 题解列表 2023年06月04日 0 点赞 0 评论 391 浏览 评分:0.0