RobustJay
RobustJay
全部文章
题解
归档
标签
去牛客网
登录
/
注册
RobustJay的博客
全部文章
/ 题解
(共1篇)
题解 | #最接近的数#
class CloseNumber { public: vector<int> getCloseNumber(int x) { // write code here bitset<32> lower(x); bitset...
C++
贪心
双指针
2022-03-28
0
377