m

meepo123

#1816645

我是XXX

发帖
6
文章
3
互动
3
陶片
0
获赞
4
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. meepo123
    最早追溯到 2026/02/14最后捕获于 2026/02/14
  2. meepo123
    最早追溯到 2025/12/02最后捕获于 2025/12/02
  3. meepo123
    最早追溯到 2025/08/05最后捕获于 2025/11/04
  4. meepo123
    最早追溯到 2025/08/02最后捕获于 2025/08/02

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发起讨论
    0蛋求求了!!!!!!!!!!!!!!!

    ```cpp #include using namespace std; int main(){ double a,b,c; cin>>a>>b>>c; cout<<fixed<<setprecision(3)<<max({a,b,c})/max({a+b,b,c})*max({a,b,b+c}); return 0;…

    回复 1参与人数 1
  2. 发布文章
    题解:P14357 [CSP-J 2025] 拼数 / number(民间数据)

    # 思路 首先,在字符串中提取所有数字字符,存放在新字符串中,再将字符串进行降序排列,即可输出结果。 # 代码 1 ```cpp #include using namespace std; const int MAXN = 1000005; char a[MAXN]; int main(){ ios::sync_wit…

    获赞 4评论 1
  3. 回复讨论

    在讨论求助求助求助求助求助求助求助求助求助求助求助超求助回复:

    ```cpp #include using namespace std; string a[1000000]={}; int main(){ ios::sync_with_stdio(0); cin.tie(0); int t; cin>>t; for(int xhy=1;xhy >n; string p,o; for…
  4. 发起讨论
    求助求助求助求助求助求助求助求助求助求助求助超求助

    ```cpp #include using namespace std; int a[1000000]={}; int main(){ ios::sync_with_stdio(0); cin.tie(0); int t; cin>>t; for(int xhy=1;xhy >n; string p; for(int…

    回复 6参与人数 6
  5. 回复讨论

    在讨论求助求助求助求助求助求助求助求助求助求助求助超求助回复:

    @[Orange0628](luogu://user/980202) 谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢…
  6. 回复讨论

    在讨论求助求助求助求助求助求助求助求助求助求助求助超求助回复:

    @[Orange0628](luogu://user/980202) ok
  7. 发起讨论
    求助求助求助求助求助求助求助求助求助求助求助超求助

    ```cpp #include using namespace std; int main(){ int o; cin>>o; for(int xhy=1;xhy >n; int p[n+1]={}; for(int i=1;i >p[i]; } for(int i=1;i<=n;i++){ for(int j=i+1…

    回复 5参与人数 5
  8. 发布文章
    题解:P1781 宇宙总统

    使用高精度轻松过关: 定义一个函数,比较两个字符串的最大值。 然后定义big保存最大值并实时更新,最后查找最大值的位置即可。 ```cpp #include using namespace std; string max(string a,string b){ //定义比较两个字符串的最大值 if(a.size() b…

    获赞 0评论 0
  9. 发布文章
    题解:P1923 【深基9.例4】求第 k 小的数

    这道题其实可以用 sort 直接排序,代码如下: ```cpp #include using namespace std; int a[5000000]={}; int main(){ int n,k; cin>>n>>k; for(int i=0;i >a[i]; } sort(a,a+n); cout using…

    获赞 0评论 0
  10. 发起讨论
    求助求助求助求助求助求助!

    ```cpp #include using namespace std; long long max(long long a,long long b){ if(a>b){ return a; }else{ return b; } } int main(){ long long n,w,x,a[607]={}; cin>…

    回复 1参与人数 1
  11. 发起讨论
    30TLE求助!

    ```cpp #include using namespace std; int main(){ int o; cin>>o; for(int xhy=1;xhy >n; int p[n+1]={}; for(int i=1;i >p[i]; } for(int i=1;i<=n;i++){ for(int j=i+1…

    回复 0参与人数 1
  12. 发起讨论
    求助

    为什么一直是96分 ```cpp #include using namespace std; long long a1,a2,b1,b2; int main(){ cin>>a1>>a2>>b1>>b2; long long ans1=a1*b1,ans2=a1*b2,ans3=b1*a1,ans4=b1*a2; if…

    回复 1参与人数 1
已经到最早的记录