2022年11月29日
摘要: #include <stdio.h> #include <stdlib.h> #define N 2 #define M 4 int main() { int a[N][M] = {{1, 9, 8, 4}, {2, 0, 2, 2}}; char b[N][M] = {{'1', '9', '8' 阅读全文
posted @ 2022-11-29 20:11 azthos 阅读(26) 评论(0) 推荐(0)