fulin10
fulin10
全部文章
分类
题解(4)
归档
标签
去牛客网
登录
/
注册
fulin10的博客
全部文章
(共1篇)
题解 | #起床困难综合症#
emm借用了雨神的思路,然后就考验本苟若的代码水平了 #include <unordered_map> using namespace std; int n,m; int result; unordered_map<int,pair<string,int>>l; ...
贪心
2023-11-02
0
251