摘要: B - Magical Subsequence https://codeforces.com/gym/103447/problem/B 桶+stack,这里用map会TLE stack用一次时间复杂度\(O(1)\) \(156ms/1000ms\) #include<iostream> #incl 阅读全文
posted @ 2024-09-28 18:40 长皆 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 这次头有点晕,A题2分钟秒了,B题想法对的,但是头晕一直没把式子写对,纯纯掉分了 A. Max Plus Size 暴力模拟 #include<iostream> #include<map> #include<set> #include<vector> #include<string.h> #inc 阅读全文
posted @ 2024-09-28 01:38 长皆 阅读(823) 评论(0) 推荐(0) 编辑