scanf
-
实验二
任务一: /*随机产生5组学号*/ #include<stdio.h> #include<stdlib.h> #include<time.h> …
-
第二次实验
//该程序随机生成在校生中5位同学学号 #include <stdio.h> #include <stdlib.h> #include <time.h…
-
实验2
#include<stdio.h> #include<stdlib.h> #include<time.h> #define N 3 int ma…
-
C语言 实验二
#include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 /*随机产生…
-
并查集模板 (洛谷p3367题解)
#include<bits/stdc++.h>using namespace std;const int maxn = 10005;int s[maxn];vo…
-
实验2 C语言控制语句应用编程(新)
Task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N…
-
实验2 C语言控制语句应用编程
#include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int…