04 2022 档案

摘要:1.task1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 #include<windows.h> 5 #define N 80 6 7 void printText(int line,int col,char text 阅读全文
posted @ 2022-04-19 23:26 yuki丶丶 阅读(63) 评论(3) 推荐(0)
摘要:1.task1.c 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() 8 { 9 int grade,number; 10 int i; 11 12 srand(tim 阅读全文
posted @ 2022-04-12 22:26 yuki丶丶 阅读(80) 评论(1) 推荐(0)