#include#include #define M 10#define N 4int main(){ int a[M]={1,2,3,4,5,6,7,8,9,10}; int b[M]={1,1,1,1,1,1,1,1,1,1}; int c[N][N],d[N][N]; int i,j,k=0,s; for(i=0;i
本文共 260 字,大约阅读时间需要 1 分钟。
#include#include #define M 10#define N 4int main(){ int a[M]={1,2,3,4,5,6,7,8,9,10}; int b[M]={1,1,1,1,1,1,1,1,1,1}; int c[N][N],d[N][N]; int i,j,k=0,s; for(i=0;i
转载于:https://www.cnblogs.com/abc-24990/p/4257471.html