03 2023 档案

摘要:实验1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 void print_text(int line, int col, char tex 阅读全文
posted @ 2023-03-30 20:25 Orangpetofi 阅读(53) 评论(0) 推荐(0)
摘要:任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main () { int number ,i ; srand (time(0)); 阅读全文
posted @ 2023-03-17 16:19 Orangpetofi 阅读(42) 评论(0) 推荐(0)
摘要:#include <stdio.h> int main() { printf(" 0 \n") ; printf("<H>\n") ; printf("I I\n") ; return 0 ; } #include <stdio.h> int main() { printf(" 0 \n") ; p 阅读全文
posted @ 2023-03-03 17:23 Orangpetofi 阅读(40) 评论(0) 推荐(0)