摘要: 任务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 t 阅读全文
posted @ 2024-04-27 22:47 听凭风的指引 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 任务1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() 8 { 9 int number; 10 int i; 11 12 srand(time(0)); 13 14 阅读全文
posted @ 2024-04-14 23:29 听凭风的指引 阅读(2) 评论(0) 推荐(0) 编辑
摘要: //打印一个小人 #include <stdio.h> int main() { printf(" O\n"); printf("<H>\n"); printf("I I\n"); printf(" O\n"); printf("<H>\n"); printf("I I\n"); return 0; 阅读全文
posted @ 2024-03-15 20:22 听凭风的指引 阅读(5) 评论(0) 推荐(0) 编辑