04 2022 档案

摘要:task.1 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-24 17:04 19度的小常 阅读(31) 评论(2) 推荐(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 sra 阅读全文
posted @ 2022-04-16 15:11 19度的小常 阅读(42) 评论(2) 推荐(0)