摘要: ![image](https://img2024.cnblogs.com/blog/3085107/202504/3085107-20250402220314791-631502368.png) ![image](https://img2024.cnblogs.com/blog/3085107/202504/3085107-20250402220345885-76269565.png) ![ima 阅读全文
posted @ 2025-04-02 22:07 胖柚の工作室 阅读(7) 评论(0) 推荐(0)
摘要: 当身体到达极限,不屈的意志会带你杀出重围。 阅读全文
posted @ 2025-02-07 21:46 胖柚の工作室 阅读(50) 评论(0) 推荐(0)
摘要: 活着,带着世界赋予我们的裂痕去生活,去用残损的手掌抚平彼此的伤痕,固执地迎向幸福。因为没有一种命运是对人的惩罚,而只要竭尽全力就应该是幸福的,拥抱当下的光明,不寄希望于空渺的乌托邦,振奋昂扬,因为生存本身就是对荒诞最有力的反抗。——阿尔贝·加缪 《西西弗神话》 在光亮中,世界始终是我们最初和最后的爱 阅读全文
posted @ 2024-12-17 18:00 胖柚の工作室 阅读(20) 评论(0) 推荐(0)
摘要: \[\begin{cases} \rm envoy 使节,特使,外交使节\\ \rm convoy 护送,护卫\\ \rm voyage 航海,航行 \end{cases} \]\[\begin{cases} \rm trifle 琐事,少量 \\ \rm trivial 不重要的,微不足道的\\ 阅读全文
posted @ 2024-12-17 14:16 胖柚の工作室 阅读(99) 评论(0) 推荐(0)
摘要: 引: 苦难既然把我推到悬崖的边缘,那么就让我在这里坐下来,顺便看看悬崖上的流岚雾霭,唱支歌给你听。——《我与地坛》 始终要相信希望。邂逅遗憾,然后去遇见下一个更好的自己。 阅读全文
posted @ 2024-11-29 16:01 胖柚の工作室 阅读(19) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2024-08-31 15:36 胖柚の工作室 阅读(32) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2024-08-27 14:46 胖柚の工作室 阅读(9) 评论(0) 推荐(0)
摘要: A - Haiku 直接模拟。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false), cin.tie(nullptr); strin 阅读全文
posted @ 2024-08-27 10:36 胖柚の工作室 阅读(39) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2024-08-24 17:58 胖柚の工作室 阅读(21) 评论(0) 推荐(0)
摘要: 基本上独立做出来了。 A - Addition and Subtraction Easy 模拟。 #include <bits/stdc++.h> using namespace std; using i64 = long long; int main() { ios::sync_with_stdi 阅读全文
posted @ 2024-08-23 20:41 胖柚の工作室 阅读(14) 评论(0) 推荐(0)