东北大学小白
东北大学小白
全部文章
分类
归档
标签
去牛客网
登录
/
注册
东北大学小白的博客
全部文章
(共1篇)
题解 | #相差不超过k的最多数#
#include <iostream> using namespace std; #include <vector> #include <algorithm> int main() { int n, k; while (cin >> ...
2023-08-16
1
329