上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页

2024年10月27日

摘要: 人生决不能后退,只能向前行进。人生是单向通行的。 阅读全文
posted @ 2024-10-27 00:21 V_Melville 阅读(73) 评论(0) 推荐(0)

2024年10月20日

摘要: A. Candy Button 模拟 代码实现 #include <bits/stdc++.h> #define rep(i, n) for (int i = 0; i < (n); ++i) using namespace std; int main() { int n, c; cin >> n 阅读全文
posted @ 2024-10-20 00:44 V_Melville 阅读(27) 评论(0) 推荐(0)

2024年9月25日

摘要: 既然路是你选,王冠之重,王者承担。 阅读全文
posted @ 2024-09-25 03:41 V_Melville 阅读(16) 评论(0) 推荐(0)

2024年9月15日

摘要: A. Jiro 分类讨论 代码实现 #include <bits/stdc++.h> using namespace std; int main() { char ab, ac, bc; cin >> ab >> ac >> bc; if (ab != ac) puts("A"); if (ab = 阅读全文
posted @ 2024-09-15 00:02 V_Melville 阅读(31) 评论(0) 推荐(0)

2024年8月31日

摘要: 没有所谓幸福的人生,因为人的欲望是无止境的。 阅读全文
posted @ 2024-08-31 23:58 V_Melville 阅读(75) 评论(0) 推荐(0)

2024年8月25日

摘要: 跳不好舞怪地面倾斜。(怨天尤人) 阅读全文
posted @ 2024-08-25 13:15 V_Melville 阅读(21) 评论(0) 推荐(0)

2024年8月18日

摘要: 现在不是说的时候,而是行动的时候。 阅读全文
posted @ 2024-08-18 00:40 V_Melville 阅读(30) 评论(0) 推荐(1)

2024年8月11日

摘要: 人生最大的危机在于过于依靠别人(的危险)。 阅读全文
posted @ 2024-08-11 00:21 V_Melville 阅读(32) 评论(0) 推荐(0)

2024年8月4日

摘要: 在这个无药可救的世界,真正能依靠的也只有无药可救的自己。 阅读全文
posted @ 2024-08-04 10:09 V_Melville 阅读(60) 评论(0) 推荐(0)

2024年7月27日

摘要: ABC364 真正的答案在于自己。别人的建议你也并不是每次都能接受的吧。 阅读全文
posted @ 2024-07-27 23:59 V_Melville 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页