上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页
摘要: #include <bits/stdc++.h>using namespace std;int a[6],n,sum=0,p,t;void one(){ for(int i=0;i<5;i++){ for(int j=0;j<5-i;j++){ if(a[j]<a[j+1]){ t=a[j]; a[ 阅读全文
posted @ 2023-10-28 09:37 fushuxuan1 阅读(18) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ string a; cin>>a; int n=a.size(); if(a[0]=='0'){ cout<<a; }else{ for(int i=1;i<=a.size();i++ 阅读全文
posted @ 2023-10-22 09:45 fushuxuan1 阅读(23) 评论(0) 推荐(0)
摘要: DOS操作系统 DOS(磁盘操作系统)是早期个人计算机山使用最为广泛地操作系统。Windows系统中仍保留了MS-DOS。 MS-DOS采用模块结构,它由五部分组成:ROM中的BIOS模块,IO.SYS模块,COMMAND.COM模块,MSDOS.SYS模块以及引导程序。DOS常用的内部命令有:命令 阅读全文
posted @ 2023-10-15 08:59 fushuxuan1 阅读(293) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-05 09:36 fushuxuan1 阅读(22) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-05 09:34 fushuxuan1 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-05 09:33 fushuxuan1 阅读(10) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-05 09:29 fushuxuan1 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-05 09:26 fushuxuan1 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-04 09:10 fushuxuan1 阅读(38) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-10-04 09:10 fushuxuan1 阅读(12) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页