04 2023 档案

摘要:实验任务1 #include <stdio.h> #define N 4 int main() { int a[N] = {2, 0, 2, 3}; char b[N] = {'2', '0', '2', '3'}; int i; printf("sizeof(int) = %d\n", sizeo 阅读全文
posted @ 2023-04-15 23:52 银桥 阅读(39) 评论(0) 推荐(0)
摘要:实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 7 void print_text(int line, int col, char 阅读全文
posted @ 2023-04-02 22:51 银桥 阅读(64) 评论(0) 推荐(0)