04 2022 档案

摘要:1 #define N 80 2 3 void printText(int Line, int col, char text[]); 4 void printSpaces(int n); 5 void printBlankLines(int n); 6 7 int main() 8 { 9 int 阅读全文
posted @ 2022-04-25 19:40 映月三花 阅读(32) 评论(2) 推荐(0)
摘要:1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() /*随机选取 5个2018届~2021届的学生学号*/ 8 { 9 int grade, number; 10 int 阅读全文
posted @ 2022-04-19 09:01 映月三花 阅读(13) 评论(2) 推荐(0)