题解列表

筛选

小O的乘积 (Java代码)

摘要:import java.util.Scanner; public class Main {     public static void main(String[] args)  {    ……

整理药名(c语言)

摘要:```c ```c #include #include int main() { int n,i,j,t; scanf("%d",&n); /*输入个数*/ ……

编写题解 2908: 白细胞计数

摘要:解题思路:输入--冒泡排序--去除两边求和并求平均值--求绝对值--求绝对值的最大值--输出注意事项:double 类型用fabs参考代码:#include<stdio.h> #include<mat……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[256],str1[256]; gets(str); st……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    float consume=0.0,a[11] = {28.9,32.7,45.6,78.0,35.0,8……