泥鳅养殖成败的因素是什么?
参考答案:
优质的苗种,优良的水质,适宜的温度。
#include<stdio.h> main() {int i,j,row,col,max; int a[3][4]={{1,2,3,4,},{10,4,20,6,},{0,-1,-3,-5,}}; max=a[0][0]; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j]>max) {max=a[i][j];row=i;col=j;) printf("max=%d,row=%d,col=%d\n",max,row,col); }
某固定资产原价为15万元,预计净残值为6000元,使用年限为10年。若采用年数总和法计算折旧,则第5年的折旧额为()元。
A.13091
B.13636
C.25709
D.16364