10 2023 档案

摘要:实验一 源代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line,int col,char text[]); void pri 阅读全文
posted @ 2023-10-31 20:25 Xmeik 阅读(21) 评论(0) 推荐(0)
摘要:实验一 源代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 374 #define N2 465 int main() { int number; int i; srand(time(0)) 阅读全文
posted @ 2023-10-16 20:33 Xmeik 阅读(32) 评论(0) 推荐(0)
摘要:实验一 1.源代码 #include<iostream> using namespace std; int main() { cout<< " O " <<endl; cout<<"<H>"<<endl; cout<<"I I"<<endl; return 0; } 运行结果 2. 源代码 #inc 阅读全文
posted @ 2023-10-08 21:38 Xmeik 阅读(108) 评论(0) 推荐(0)