11 2022 档案
摘要:#include <stdio.h>#define N 2#define M 4int main() { int a[N][M] = { {1, 9, 8, 4}, {2, 0, 2, 2} }; char b[N][M] = { {'1', '9', '8', '4
阅读全文
摘要:#include<stdio.h>#include<stdlib.h>#include<time.h>#include<windows.h>#define N 80void print_text(int line, int col, char text[]);void print_spaces(in
阅读全文