Etern
Etern
全部文章
题解
归档
标签
去牛客网
登录
/
注册
Etern的博客
全部文章
/ 题解
(共1篇)
题解 | #L1-6分鸽子#
#include<iostream> #include<iomanip> #include<algorithm> using namespace std; const long long maxn=1e5+5; long long val[maxn]; long ...
C++
二分查找
2022-09-26
0
347