03 2025 档案

摘要: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)); // 以当前系统时 阅读全文
posted @ 2025-03-24 06:34 林觉得冷 阅读(7) 评论(0) 推荐(0)
摘要:代码 #include<stdio.h> #include<stdlib.h> int main() { printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); system("pause"); return 0; } 结果 代码 // 打印垂直两个字符 阅读全文
posted @ 2025-03-08 16:17 林觉得冷 阅读(9) 评论(0) 推荐(0)