05 2019 档案

摘要:1 #include 2 int panduan(int x){ 3 int i,j; 4 if(x==2){ 5 i=1; 6 }else if(x==1){ 7 i=0; 8 }else{ 9 i=1; 10 for(j=2;j<x;j++){ 11 i... 阅读全文
posted @ 2019-05-27 15:42 哆啦** 阅读(236) 评论(0) 推荐(0) 编辑
摘要:#include<stdio.h> double average (int a ,int b,int c){ double ave; ave=(a+b+c)/3; return ave; } double aver (int a ,int b,int c,int d,int e){ double a 阅读全文
posted @ 2019-05-20 16:17 哆啦** 阅读(129) 评论(0) 推荐(0) 编辑
摘要:5.1计算和差积商 5.2判断是否为质数 5.3寻找4个数中最大的数 5.4,递归法求阶乘 阅读全文
posted @ 2019-05-20 15:11 哆啦** 阅读(175) 评论(0) 推荐(0) 编辑
摘要:4.1数组排序 4.2 计算对角线之和 4.3 判断单词数 4.4素数的筛选 阅读全文
posted @ 2019-05-06 15:50 哆啦** 阅读(177) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示