16年信奥小白
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《【LGR-271-Div.3】洛谷基础赛 #31 & 中国新年跨年赛 赛时答疑帖》回复:
@[block_in_mc](luogu://user/555825) @[Aurie](luogu://user/999244) T$2$ 的 样例解释 #$1$ 的 第 $5$ 天 的 $a$ 数组下标是 $0$ ?
在讨论《TLE如何治疗》回复:
@[Feynman5210](luogu://user/1085788) set -> vector
```cpp #include using namespace std; #define ll long long // #define ll unsigned long long const ll N = 2e5 + 10; ll n,a[N],lump_plus[N],S,in[N]; multiset have[…
在讨论《0pts求调》回复:
```cpp #include using namespace std; #define ll long long // #define ll unsigned long long const ll N = 2e5 + 10; ll n,a[N],lump_plus[N],S,in[N]; set have[N]; i…
在讨论《0pts求调》回复:
找到问题了
```cpp #include using namespace std; #define ll long long // #define ll unsigned long long const ll N = 2e5 + 10; ll n,a[N],lump_plus[N],S,in[N]; set have[N]; i…
在讨论《不明问题只有十分,求助》回复:
先算出每个水桶可以装多少水 再除一下 ``` #include using namespace std; int main(){ int r,h; cin>>h>>r; double p = 3.14 * (r * r) * h; double q = 20000.0 / p; cout<<ceil(q); retur…
在文章《学习阶段与笔记法 ~星空的季节~ [蔡德仁随笔 #2]》发表评论:
%%%
在文章《斐波那契数列》发表评论:
作者来考古了
在讨论《入门赛 #37 取消等级分计算公告》回复:
NO
在文章《斐波那契数列》发表评论:
(@#_#@)
斐波那契数列有一个公式: $$F _ {n} ^ {} = \frac{(\frac{1+\sqrt{5}}{2}) ^ n - (\frac{1 - \sqrt{5}}{2}) ^ n}{\sqrt{5}}$$
分数: ```cpp #include using namespace std; int main(){ int maxi,maxs = -1; for (int i = 1;i >yes>>no; if…