2. What matters most to you? 学习如何优先考虑适合自己的日常工作。
Learn how to prioritize what fits into your routine. Get to your why (找到原因) 因此,当你开始制定新的个性化日常计划时,其中一个关键因素就是要深入挖掘什么对你来说才是真…
HDU1100——Trees Made to Order
题目描述
Problem - 1100 运行代码
#include <iostream>
#include <vector>
using namespace std;
vector<long long> C(21, 1); // 第21个卡特兰数达到65亿
// 预处理卡特兰数
void Catalan() {for (int i 1; i < 2…