摘要: #include <stdio.h> #include <stdlib.h> #include <memory.h> int a[6][6],b[6][6],e[6][6]; int main() { int i,j,k; int sum=0; memset(a,0,sizeof(a)); mems 阅读全文
posted @ 2019-06-21 17:08 Voca 阅读(78) 评论(0) 推荐(0)