海阔凭鱼跃,天高任鸟飞
摘要:
活着,带着世界赋予我们的裂痕去生活,去用残损的手掌抚平彼此的伤痕,固执地迎向幸福。因为没有一种命运是对人的惩罚,而只要竭尽全力就应该是幸福的,拥抱当下的光明,不寄希望于空渺的乌托邦,振奋昂扬,因为生存本身就是对荒诞最有力的反抗。——阿尔贝·加缪 《西西弗神话》 在光亮中,世界始终是我们最初和最后的爱
考研英语易混淆单词、单词常用搭配、一词多义集锦(自用)(持续更新中)
摘要:
\[\begin{cases} \rm trifle 琐事,少量 \ \rm trivial 不重要的,微不足道的\
一息尚存,希望不灭
摘要:
引: 苦难既然把我推到悬崖的边缘,那么就让我在这里坐下来,顺便看看悬崖上的流岚雾霭,唱支歌给你听。——《我与地坛》 始终要相信希望。邂逅遗憾,然后去遇见下一个更好的自己。
AtCoder Beginner Contest 053
摘要:
A - ABC/ARC #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); int x; ci
AtCoder Beginner Contest 052
摘要:
A - Two Rectangles #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); in
AtCoder Beginner Contest 051
摘要:
A - Haiku 直接模拟。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); strin
AtCoder Beginner Contest 049
摘要:
A - UOIAUAI #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); char c; c
AtCoder Beginner Contest 050
摘要:
基本上独立做出来了。 A - Addition and Subtraction Easy 模拟。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdi
AtCoder Beginner Contest 048
摘要:
A - AtCoder *** Contest 先输出首字母,然后遍历字符串,遇到空格就输出后面的第一个字符。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_wi