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






rieri

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2025年10月17日

map
摘要: #include <bits/stdc++.h>using namespace std;int main ( ) { pair<string, int> student ("Alice",95); cout << "键:" << student.first << ",值:" << student.s 阅读全文
posted @ 2025-10-17 19:39 园友3087003 阅读(3) 评论(0) 推荐(0)
 

2025年10月8日

114514
摘要: #include <iostream>#include <set>#include <map>#include <vector>#include <algorithm>using namespace std; class SocialNetwork {private: // 用户 -> 好友集合 m 阅读全文
posted @ 2025-10-08 11:58 园友3087003 阅读(7) 评论(0) 推荐(0)
 

2025年8月6日

奖学金
摘要: #include<bits/stdc++.h> using namespace std; struct stu{ int Num; int Chinese; int Math; int English; int Sum; }student[310]; bool cmp(stu a,stu b){ i 阅读全文
posted @ 2025-08-06 09:42 园友3087003 阅读(8) 评论(0) 推荐(0)
 

2025年8月3日

我超过了牢师!!!
摘要: 阅读全文
posted @ 2025-08-03 15:57 园友3087003 阅读(7) 评论(0) 推荐(0)
 

2025年8月2日

ss
摘要: #include <bits/stdc++.h>using namespace std;int main() { bool a[5005]={}; int a[1000]; int n,m; cin>>n>>m; for(int i=2;i<=m;i++){ for(int j=1;j<=n;j++ 阅读全文
posted @ 2025-08-02 21:02 园友3087003 阅读(22) 评论(0) 推荐(0)
 

2025年8月1日

s
摘要: #include <bits/stdc++.h> using namespace std; int main() { int a,b,count=0; cin>>a>>b; if (a>b)swap(a,b); if (a<2)a=2; if (b<2) { cout<<0<< endl; retu 阅读全文
posted @ 2025-08-01 16:52 园友3087003 阅读(7) 评论(0) 推荐(0)
 
d
该文被密码保护。 阅读全文
posted @ 2025-08-01 15:06 园友3087003 阅读(0) 评论(0) 推荐(0)
 

2025年7月24日

递归(求各个数位上数字的和)
该文被密码保护。 阅读全文
posted @ 2025-07-24 09:15 园友3087003 阅读(0) 评论(0) 推荐(0)
 

2024年5月18日

mini
该文被密码保护。 阅读全文
posted @ 2024-05-18 09:50 园友3087003 阅读(0) 评论(0) 推荐(0)
 

2023年12月16日

猜数字
该文被密码保护。 阅读全文
posted @ 2023-12-16 09:55 园友3087003 阅读(0) 评论(0) 推荐(0)
 
下一页