摘要: tsak1 点击查看代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[] 阅读全文
posted @ 2024-04-28 20:41 乄北 阅读(5) 评论(0) 推荐(0) 编辑
摘要: task1.c 点击查看代码 #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 阅读全文
posted @ 2024-04-14 20:57 乄北 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 #include<stdio.h> int main(){ printf(" 0\n"); printf("<H>\n"); printf("I I\n"); printf(" 0\n"); printf("<H>\n"); printf("I I\n"); system("pause 阅读全文
posted @ 2024-03-17 22:32 乄北 阅读(5) 评论(0) 推荐(0) 编辑