摘要: Task1 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 @ 2024-04-22 23:17 InitialJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 实验任务一 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 int main() { int number; int i; srand(time(0)); for(i=0;i<N;++i){ number=rand( 阅读全文
posted @ 2024-04-08 22:25 InitialJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 实验任务一 task1_1 1 #include<stdio.h> 2 #include<stdlib.h> 3 int main() 4 { 5 printf(" 0 \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 printf(" 0 \n"); 9 阅读全文
posted @ 2024-03-13 20:47 InitialJ 阅读(21) 评论(0) 推荐(0) 编辑