会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guozi6
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
···
13
14
15
16
17
18
19
20
下一页
2023年7月4日
7月4日
摘要: 7月4日 今天早上下了雨,窗户大开,风加着雨把我弄醒了,起的太早了就又睡了一会儿,之后早上起床之后洗漱,抹药。之后因为下雨本来要出去逛一圈的计划也泡汤了,之后上午就打了几把穿越火线,重温一下小时候的三亿鼠标的枪战梦,然后十点左右不想打游戏了之后,看了一会儿哔哩哔哩上的黑马程序员。中午做的猪肉炖粉条,
阅读全文
posted @ 2023-07-04 20:13 汀幻
阅读(46)
评论(0)
推荐(0)
2023年5月26日
32
摘要: #include<iostream>using namespace std;int main(){int m,n,x,y;cin>>m>>n;int a[100];for(int i=0;i<=100;i++){x=m/n;y=m%n;a[i]=x;m=y*10;}for(int i=0;i<=10
阅读全文
posted @ 2023-05-26 22:16 汀幻
阅读(14)
评论(0)
推荐(0)
2023年5月25日
31
摘要: #include<iostream>using namespace std;int main(){int a[10],max,min,sum=0,s;for(int i=0;i<=9;i++){cin>>a[i];}min=a[0];for(int j=0;j<10;j++){if(a[j]>max
阅读全文
posted @ 2023-05-25 23:50 汀幻
阅读(26)
评论(0)
推荐(0)
2023年5月24日
30
摘要: #include<iostream>using namespace std;int main(){long int a,b,c;cin>>a>>b;while(1){if(b%a){c=b/a+1;}else{c=b/a;a=1;}if(a==1){cout<<"1/"<<c;break;}else
阅读全文
posted @ 2023-05-24 21:35 汀幻
阅读(13)
评论(0)
推荐(0)
2023年5月23日
29
摘要: #include<iostream>using namespace std;int main(){ int start,end,a,flag=1,count=0; cin>>start; cin>>end; for(int i=start;i<=end;i++) { for(int j=2;j<i;
阅读全文
posted @ 2023-05-23 19:06 汀幻
阅读(107)
评论(0)
推荐(0)
2023年5月22日
29
摘要: 三程序流程图 四伪代码实现 #include<iostream>using namespace std;int main(){int m,n;for(int j=0;j<2;j++){cin>>m;cin>>n;for(int i=1;i<=m*n;i++){if(i%m==0&&i%n==0){c
阅读全文
posted @ 2023-05-22 21:08 汀幻
阅读(46)
评论(0)
推荐(0)
2023年5月21日
28
摘要: #include<iostream>using namespace std;int main(){int a[10],max,min,sum=0,s;for(int i=0;i<=9;i++){cin>>a[i];}min=a[0];for(int j=0;j<10;j++){if(a[j]>max
阅读全文
posted @ 2023-05-21 23:53 汀幻
阅读(63)
评论(0)
推荐(0)
27
摘要: #include<iostream>using namespace std;int main(){long int a,b,c;cin>>a>>b;while(1){if(b%a){c=b/a+1;}else{c=b/a;a=1;}if(a==1){cout<<"1/"<<c;break;}else
阅读全文
posted @ 2023-05-21 23:50 汀幻
阅读(174)
评论(0)
推荐(0)
2023年5月19日
26
摘要: #include<iostream>using namespace std;int main(){int a[10],max,min,sum=0,s;for(int i=0;i<=9;i++){cin>>a[i];}min=a[0];for(int j=0;j<10;j++){if(a[j]>max
阅读全文
posted @ 2023-05-19 22:23 汀幻
阅读(118)
评论(0)
推荐(0)
2023年5月18日
25
摘要: #include<iostream>using namespace std;int main(){int count=0;for(int i=1;i<5;i++){for(int j=1;j<5;j++){for(int k=1;k<5;k++){if(i!=j&&i!=k&&j!=k){count
阅读全文
posted @ 2023-05-18 20:49 汀幻
阅读(64)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
下一页