04 2022 档案

摘要:#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void printText(int line, int col, char text[]); void printS 阅读全文
posted @ 2022-04-26 11:37 易易爱学习 阅读(26) 评论(1) 推荐(0)
摘要:#include<stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int grade, number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for(i=0; i 阅读全文
posted @ 2022-04-18 18:02 易易爱学习 阅读(38) 评论(1) 推荐(0)