也许我们现在努力的意义就是让将来的努力拥有意义。

好长时间以来第一次有想哭的感觉
一切显得过于美好又过于悲伤
时间总显得过于短暂
可能已经忘记了你的名字
然而记起你只需一次对视

Hello World!

$$\sum_{i=1}^{n}i=\frac{n*(n+1)}{2}$$

#include <bits/stdc++.h>
using namespace std;
int main()
{
    puts("Hello World");
    return 0;
}