༺ༀ༂࿅࿆࿅࿆༂ༀ༻§玩florrʕ̯•͡˔•̯᷅ʔ§72级§1U§MTE§
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《pell数列内存超了》回复:
@[Alvin0228](/user/1384158) 超了
在讨论《pell数列内存超了》回复:
@[Alvin0228](/user/1384158) ?
在讨论《pell数列内存超了》回复:
```cpp #include using namespace std; int pell(int a) { if(a==1)return 1; return 2*pell(a-1)+pell(a-2); } int main() { short a; cin>>a; cout<<pell(a); return 0;…
在讨论《pell数列内存超了》回复:
@[ChenXiJie2013](/user/928418) 不会
在讨论《pell数列内存超了》回复:
\ ```cpp #include using namespace std; int pell(int a) { return 2*pell(a-1)+pell(a-2); } int main() { short a; cin>>a; cout<<pell(a); return 0; } ```
在讨论《问问问问问》回复:
@[KevinMZ](/user/1358215) 啥意思?
在讨论《纯属收集爱好,违规紫衫》回复:
『在太阳西斜的这个世界里』 —Broken Chronograph— 『置身天上之森』 —Late Autumn Night ′ s Dream— 『等这场战争结束之后』 —Starry Road To Tomorrow— 『不归之人与望眼欲穿的人们』 —Dice In Pot— 『人人本着正义之名』 —From Do…
在讨论《hi》回复:
@[ruanhaozheng](/user/1252773) 谢谢大家