摘要: task1 点击查看代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <unistd.h> #define N 80 void print_text(int line, int col, char text[]) 阅读全文
posted @ 2024-04-27 15:11 Cardi 阅读(6) 评论(0) 推荐(0) 编辑
摘要: task1 点击查看代码 #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){ numbe 阅读全文
posted @ 2024-04-14 22:29 Cardi 阅读(7) 评论(0) 推荐(0) 编辑
摘要: task1 include <stdio.h> int main() { printf(" O O \n"); printf(" \n"); printf("I I I I\n"); return 0; } task2 include <stdio.h> int main() { float a, 阅读全文
posted @ 2024-03-16 12:17 Cardi 阅读(2) 评论(0) 推荐(0) 编辑