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&# 阅读全文
posted @ 2022-11-24 14:10 李龙圭 阅读(26) 评论(0) 推荐(0)
摘要:#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 阅读全文
posted @ 2022-11-05 18:41 李龙圭 阅读(22) 评论(0) 推荐(0)