摘要: 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 text[ 阅读全文
posted @ 2024-04-26 19:29 kira绮罗星 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 #define N 5 5 int main() 6 { 7 int number,i; 8 srand(time(0)); 9 for(i=0;i<N;i++) 10 {nu 阅读全文
posted @ 2024-04-12 18:35 kira绮罗星 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> int main() { printf(" o\n"); printf("<H>\n"); printf("I I\n"); printf(" o\n"); printf("<H>\n"); printf("I I\n"); 阅读全文
posted @ 2024-03-15 19:17 kira绮罗星 阅读(3) 评论(0) 推荐(0) 编辑