10 2023 档案

摘要:实验任务1 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 374 #define N2 465 int main() { int number; int i; srand(time(0)); 阅读全文
posted @ 2023-10-18 22:34 夏夜# 阅读(31) 评论(0) 推荐(0)
摘要:实验1 实验1-1 1 // 打印一个字符小人 2 3 #include <stdio.h> 4 int main() 5 { 6 printf(" O \n"); 7 printf("<H>\n"); 8 printf("I I\n"); 9 printf(" O \n"); 10 printf( 阅读全文
posted @ 2023-10-06 15:44 夏夜# 阅读(132) 评论(0) 推荐(0)