摘要: task1.c //生成五个介于2018级到2021级间的随机学号// #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int grade, number; int i; srand( 阅读全文
posted @ 2022-04-19 09:22 龚万彧 阅读(24) 评论(3) 推荐(0)