y

yingMC

#1488732

♂||洛谷蒟蒻||互关私信,封禁杀关||定时清关,误清私信||三角洲ID:斤斤计较鼠||团号:117828||这个家伙迟早是红名||哈基米南北绿豆

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

历史用户名外显

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

  1. yingMC
    最早追溯到 2026/01/19最后捕获于 2026/03/01
  2. yingMC
    最早追溯到 2025/12/27最后捕获于 2026/01/10
  3. yingMC作弊者
    最早追溯到 2025/12/08最后捕获于 2025/12/08
  4. yingMC
    最早追溯到 2025/11/29最后捕获于 2025/12/07
  5. benpaoyang
    最早追溯到 2025/01/09最后捕获于 2025/01/09

时间线

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

  1. 回复讨论

    在讨论LGR273 赛时答疑帖回复:

    o
  2. 回复讨论

    在讨论LGR273 赛时答疑帖回复:

    @[VinstaG173](luogu://user/59388) T236452 「Stoi2037」晴天 如果 风速> x, 是不是会倒退呢。
  3. 回复讨论

    在讨论LGR273 赛时答疑帖回复:

    T236452 「Stoi2037」晴天 如果 风速> x, 是不是会倒退呢。
  4. 回复讨论

    在讨论80,哪错了求调回复:

    ~~61行~~,我才25行
  5. 回复讨论

    在讨论80,哪错了求调回复:

    水红,代码老长。@[leiwenxuan_love_PHP](luogu://user/1438620)
  6. 回复讨论

    在讨论70分求调回复:

    打表神
  7. 回复讨论

    在讨论调deltman_error404 70pts回复:

    666
  8. 回复讨论

    在讨论问,关于 Markdown 格式回复:

    @[Nostopathy](luogu://user/1286053)
  9. 回复讨论

    在讨论问,关于 Markdown 格式回复:

    $range_i$(range_i)
  10. 发起讨论
    输入输出样说明例

    ![](https://cdn.luogu.com.cn/upload/image_hosting/46el2lgd.png) 输入 8 2 3 13 2 6 6 3 5 7 4 4 14 5 2 21 5 6 4 6 3 15 7 2 14 0 0 0 输出 67

    回复 0参与人数 1
  11. 回复讨论
  12. 陶片放逐
    • 授予 自由发言 权限

    根据用户申请(#FLFK708713)进行调整: 禁言满 7 天

  13. 陶片放逐
    • 撤销 自由发言 权限

    无意义工单(7 天)

  14. 发起讨论
    求条

    ```cpp #include #define N 500005 using namespace std; long long n,k,a[N],l,r,ans; bool p[N]= {false},pp[N]= {false}; bool cheak() { for(int i=1; i >n>>k; for(in…

    回复 0参与人数 1
  15. 发起讨论
    求条

    ```cpp #include #define N 500010 using namespace std; long long n,a[N],ans; bool found(int l,int r) { for(register int i=r+1; i >n; for(register int i=1; i >a[i…

    回复 0参与人数 1
  16. 陶片放逐

      因学术不端而棕名惩罚 14 天

    • 回复讨论

      在讨论AC了还有问题回复:

      看了,用计算机算了一下。发现可以!!!谢谢了@[小睿2012](luogu://user/1256807)
    • 回复讨论

      在讨论AC了还有问题回复:

      为什么???
    • 发起讨论
      AC了还有问题

      运样例3 输出:0.499999 也能AC ```cpp #include #define int long long using namespace std; double a[100010],b[100010],n,p,l,r=1e18,mid,t,ans; signed main() { cin>>n>>p; f…

      回复 3参与人数 3
    • 发起讨论
      交错代码也能拿10分

      交错代码也能拿10分!!!! ```cpp #include using namespace std; string s , idk ; int cut; int lens , leni; signed main(){ cin >> s >> idk; lens = s.length(); leni = idk.len…

      回复 0参与人数 1
    • 发起讨论
      交错代码也能拿10分

      交错代码也能拿10分 ```cpp #include using namespace std; #define int long long int n,m,l=0,r=1e9,ans=0,a[55]; bool check(int mid){ int sum=0; for(int i=1;i >n>>m; for(in…

      回复 0参与人数 1
    • 发布文章
      题解:P14605 [NWRRC 2025] Faulty Fraction

      #### 一个字:水 RE(只看思路): ```cpp #include using namespace std; int a,b,c;//定义看题 string s; int main() { cin>>s>>c; if(s.size()==2) {//是2,直接输出 cout using namespace std…

      获赞 0评论 0
    • 发布文章
      三角洲

      ###### 你们有没有人玩三角啊? ###### 有的你发你名字!!! ###### 一起打洲! #### 我叫:斤斤计较鼠

      获赞 0评论 0
    • 评论文章

      在文章光速阶乘算法发表评论:

      天才! 000 111 222 333 444 555 666 777 888 999
    • 发布文章
      题解:P1956 Sum

      [题目传送门](https://www.luogu.com.cn/problem/P1956) 本人开始算了下数据 所以要用 $O(n \log n)$ 和 STL (老师刚教我们) ### 分析: 1. 给定一个长度为 $n$ 的整数数列 $s$ 的连续子序列的最小长度。如果不存在这样的子序列,则输出 $0$。 2.…

      获赞 1评论 0
    • 发布文章
      排列顺序

      ```cpp bool p(const /*结构体名字*/ &a,/*可以加多个*/){ if(a./*结构体变量*/>b./*结构体变量*/) return 0; if(a./*结构体变量*/<b./*结构体变量*/) return 1; // ...... return a./*结构体变量*/<b./*结构体变量*…

      获赞 0评论 0
    • 发布文章
      唯一分解(蒟蒻的代码)

      [个人主页](https://www.luogu.com.cn/user/1488732)唯一分解: ```cpp #include using namespace std; int prime[100+5]; int main() { int n,i=1; cin>>n; cout 1) { cout 1) { co…

      获赞 1评论 0
    • 发布文章
      线性筛(蒟蒻的代码)

      [个人主页](https://www.luogu.com.cn/user/1488732)线性筛,时间o(n): ```cpp #include using namespace std; int a[100+5],prime[100+5]; int main() { int n,j=0; cin >> n; memse…

      获赞 1评论 0
    • 评论文章

      在文章P2141 题解发表评论:

      —— — ———— --- --- --- ——
    • 评论文章

      在文章P2141 题解发表评论:

      好像电摇