摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() 6 { 7 int grade, number; 8 int i; 9 srand(time(0)); // 以当前系统 阅读全文
posted @ 2022-04-12 17:40 酒酿鸭不想思考 阅读(75) 评论(2) 推荐(0)