03 2025 档案

摘要:task1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); 12 阅读全文
posted @ 2025-03-23 13:03 西嘻哈 阅读(16) 评论(0) 推荐(0)
摘要:task1 1.1 源代码 1 #include<stdio.h> 2 int main() 3 { 4 printf(" o\n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 printf(" o\n"); 8 printf("<H>\n"); 9 prin 阅读全文
posted @ 2025-03-09 14:01 西嘻哈 阅读(19) 评论(0) 推荐(0)