• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






rieri

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4

2023年3月3日

必吃美食
摘要: <html><head><title>哈哈哈哈哈哈哈哈哈哈哈哈</title> </head><body><h3 align="center"><b>必吃美食</b b ></h3><table aligh="center" cellpadding="10" style="border:double 阅读全文
posted @ 2023-03-03 20:19 园友3087003 阅读(22) 评论(0) 推荐(0)
 

2023年2月26日

HEA5
摘要: <!DORTYRE html><html> <head> <title>网站</title> <p>uo tr sss</p> </head><style> .new{ font-size:30px; color:#f00; font-family:"楷体";}</style> <body> <di 阅读全文
posted @ 2023-02-26 10:05 园友3087003 阅读(179) 评论(0) 推荐(0)
 

2023年2月24日

个人简介
摘要: <html> <head> <title>刘又熠的简历</title> </head> <body> <h2>个人简历</h2> <img src="http://www.qubiaoqing.cn/pic/2020/11/28/s2yozi0pfau.gif"wide="150" height=" 阅读全文
posted @ 2023-02-24 19:52 园友3087003 阅读(202) 评论(0) 推荐(0)
 

2023年2月3日

1155
摘要: #include<iostream>#include<cstdio>using namespace std;bool isZhi(int a){ if(a==1)return false; for(int i=2;i<a;i++) { if(a%i==0)return false; } return 阅读全文
posted @ 2023-02-03 17:26 园友3087003 阅读(134) 评论(0) 推荐(0)
 

2023年2月2日

1059求平均数
摘要: #include <iostream>using namespace std;int main() { int n; cin >>n; double sum=0; double age; for(int i=0;i<n;i++){ cin>>age; sum+=age; } printf("%.2f 阅读全文
posted @ 2023-02-02 17:09 园友3087003 阅读(37) 评论(0) 推荐(0)
 

2023年2月1日

药房管理
摘要: #include <iostream>using namespace std;int main() { int m=100; cin>>m; int n=5; cin>>n; int meiyou=0; int a; for(int i=0;i<n;i++){ cin>>a; if(a<=m){ m 阅读全文
posted @ 2023-02-01 18:15 园友3087003 阅读(21) 评论(0) 推荐(0)
 

2023年1月31日

正确 瓶盖抽奖
摘要: #include <iostream> using namespace std;int main(int argc, char** argv){ int a; int b; cin>>a>>b; if(a>=10||b>=20){ cout<<1; }else{ cout<<0; } } 阅读全文
posted @ 2023-01-31 17:53 园友3087003 阅读(18) 评论(0) 推荐(0)
 
vrj
摘要: #include <iostream> using namespace std;int main(int argc, char** argv){ int a,b; cin>>a>>b if(a=10 && b=20){ cout <<"1"; }else if(a=20 && b=40){ cout 阅读全文
posted @ 2023-01-31 17:45 园友3087003 阅读(240) 评论(0) 推荐(0)
 
上一页 1 2 3 4