2019年5月6日

实验六

摘要: #include<stdio.h>int average(int arr[5][3]){ int m,n,i,j,add=0,subject=1,sum=0,student=1; for(i=0;i<5;i++) { sum=0; for(j=0;j<3;j++) { sum+=arr[i][j]; 阅读全文

posted @ 2019-05-06 15:38 小狙击手 阅读(67) 评论(0) 推荐(0) 编辑

实验五

摘要: 1、 #include<stdio.h> int add(int a,int b) { return (a+b); } int minus(int a,int b) {return (a-b);} int multip(int a, int b) {return (a*b);} int quotie 阅读全文

posted @ 2019-05-06 14:41 小狙击手 阅读(107) 评论(0) 推荐(0) 编辑

导航