该文被密码保护。 阅读全文
posted @ 2025-11-16 08:37 园友3087003 阅读(0) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-11-15 11:33 园友3087003 阅读(4) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <htnl> <head> <meta charst="utf-8"> <title>W3Cschool教程</title> <base href="https://www.w3cschool.cn/ststics/images/w3c/ target="_blank 阅读全文
posted @ 2025-11-14 19:35 园友3087003 阅读(3) 评论(0) 推荐(0)
摘要: #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 阅读(4) 评论(0) 推荐(0)
摘要: #include <iostream>#include <set>#include <map>#include <vector>#include <algorithm>using namespace std; class SocialNetwork {private: // 用户 -> 好友集合 m 阅读全文
posted @ 2025-10-08 11:58 园友3087003 阅读(10) 评论(0) 推荐(0)
摘要: #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)
摘要: 阅读全文
posted @ 2025-08-03 15:57 园友3087003 阅读(7) 评论(0) 推荐(0)
摘要: #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 阅读(26) 评论(0) 推荐(0)
摘要: #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)
该文被密码保护。 阅读全文
posted @ 2025-08-01 15:06 园友3087003 阅读(0) 评论(0) 推荐(0)