#include <stdio.h> #include <conio.h> int main(){ int a[3][4]={1,2,3,4,5,6,7,8,23,48,11,12}; int i,j,max=a[0][0],row,colum; printf("数组为:\n"); for(i=0;i<3;i++){ for(j=0;j<4;j+
根据输入的数字列号,转换为标准的excel列编号,比如:29对应AC FUNCTION z_num_to_excel_column.*"----------------------------------------------------------------------*"*"本地接口:*" IMPORTING*" REFERENCE(IV_NUM) TYPE I*"