豁达的小白菜等oc
豁达的小白菜等oc
全部文章
题解
归档
标签
去牛客网
登录
/
注册
豁达的小白菜等oc的博客
全部文章
/ 题解
(共2篇)
题解 | #删除元素#
#include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); int n,m; while(ci...
C++
2022-06-23
0
376
简单hash
#include<bits/stdc++.h> using namespace std; int n; int ans(int u) { unordered_map<int,int>hash; while(u--) { int x; ...
C++
2022-06-23
0
335