gueal

 

03 2023 档案

实验2
摘要:实验任务1 代码: #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0 阅读全文

posted @ 2023-03-20 23:20 gueal 阅读(35) 评论(0) 推荐(0)

实验1
摘要:实验任务1 源码: #include<stdio.h> #include<stdlib.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); system("pause"); return 0; } #include<s 阅读全文

posted @ 2023-03-05 20:46 gueal 阅读(37) 评论(0) 推荐(0)

导航