ccs0216

2025年10月19日

实验二

摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main(){ 10 int cnt; 11 int rand 阅读全文

posted @ 2025-10-19 16:33 cc_sx 阅读(8) 评论(1) 推荐(0)