Etern
Etern
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
Etern的博客
全部文章
(共2篇)
题解 | #带分数#
">#include<algorithm> using namespace std; int num[9] = {1,2,3,4,5,6,7,8,9}; int lenof(int x){ int len = 0; while(x){ x/=10; ...
2022-10-01
0
218
题解 | #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