摘要: 任务一 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main() { 9 in 阅读全文
posted @ 2024-10-09 17:30 Little_Zcy 阅读(22) 评论(0) 推荐(0)
摘要: 任务一: #include<stdio.h> int main() { printf(" O O \n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } #include<stdio.h> int main() { printf(" O 阅读全文
posted @ 2024-09-25 20:15 Little_Zcy 阅读(18) 评论(0) 推荐(0)